Searched refs:spi_nor_scan (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/Documentation/driver-api/mtd/ |
D | spi-nor.rst | 62 The main API is spi_nor_scan(). Before you call the hook, a driver should
|
/linux-5.19.10/include/linux/mtd/ |
D | spi-nor.h | 435 int spi_nor_scan(struct spi_nor *nor, const char *name,
|
/linux-5.19.10/drivers/mtd/spi-nor/controllers/ |
D | nxp-spifi.c | 359 ret = spi_nor_scan(&spifi->nor, NULL, &hwcaps); in nxp_spifi_setup_flash()
|
D | hisi-sfc.c | 371 ret = spi_nor_scan(nor, NULL, &hwcaps); in hisi_spi_nor_register()
|
/linux-5.19.10/drivers/mtd/spi-nor/ |
D | core.c | 2942 int spi_nor_scan(struct spi_nor *nor, const char *name, in spi_nor_scan() function 3027 EXPORT_SYMBOL_GPL(spi_nor_scan); 3131 ret = spi_nor_scan(nor, flash_name, &hwcaps); in spi_nor_probe()
|