Home
last modified time | relevance | path

Searched refs:spi_nor_scan (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/Documentation/driver-api/mtd/
Dspi-nor.rst62 The main API is spi_nor_scan(). Before you call the hook, a driver should
/linux-5.19.10/include/linux/mtd/
Dspi-nor.h435 int spi_nor_scan(struct spi_nor *nor, const char *name,
/linux-5.19.10/drivers/mtd/spi-nor/controllers/
Dnxp-spifi.c359 ret = spi_nor_scan(&spifi->nor, NULL, &hwcaps); in nxp_spifi_setup_flash()
Dhisi-sfc.c371 ret = spi_nor_scan(nor, NULL, &hwcaps); in hisi_spi_nor_register()
/linux-5.19.10/drivers/mtd/spi-nor/
Dcore.c2942 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()