Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/driver-api/mtd/
Dspi-nor.rst60 The main API is spi_nor_scan(). Before you call the hook, a driver should
/kernel/linux/linux-5.10/include/linux/mtd/
Dspi-nor.h417 int spi_nor_scan(struct spi_nor *nor, const char *name,
/kernel/linux/linux-5.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()
Daspeed-smc.c829 ret = spi_nor_scan(nor, NULL, &hwcaps); in aspeed_smc_setup_flash()
Dintel-spi.c942 ret = spi_nor_scan(&ispi->nor, NULL, &hwcaps); in intel_spi_probe()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
Dcore.c3131 int spi_nor_scan(struct spi_nor *nor, const char *name, in spi_nor_scan() function
3283 EXPORT_SYMBOL_GPL(spi_nor_scan);
3379 ret = spi_nor_scan(nor, flash_name, &hwcaps); in spi_nor_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch18005 @@ -3187,6 +3471,7 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
18013 @@ -3239,6 +3524,9 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
18023 @@ -3274,23 +3562,28 @@ EXPORT_SYMBOL_GPL(spi_nor_scan);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch331730 ret = spi_nor_scan(nor, NULL, &hwcaps);
333327 int spi_nor_scan(struct spi_nor *nor, const char *name,
333335 @@ -2812,7 +3864,7 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
333344 @@ -2820,8 +3872,11 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
333357 @@ -2859,10 +3914,22 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
333384 @@ -2877,7 +3944,10 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
333396 @@ -2924,7 +3994,6 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
333404 @@ -2954,6 +4023,16 @@ int spi_nor_scan(struct spi_nor *nor, const char *name,
363589 int spi_nor_scan(struct spi_nor *nor, const char *name,
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch59184 int spi_nor_scan(struct spi_nor *nor, const char *name,