Searched refs:spi_nor_scan (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/Documentation/driver-api/mtd/ |
D | spi-nor.rst | 60 The main API is spi_nor_scan(). Before you call the hook, a driver should
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | spi-nor.h | 417 int spi_nor_scan(struct spi_nor *nor, const char *name,
|
/kernel/linux/linux-5.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()
|
D | aspeed-smc.c | 829 ret = spi_nor_scan(nor, NULL, &hwcaps); in aspeed_smc_setup_flash()
|
D | intel-spi.c | 942 ret = spi_nor_scan(&ispi->nor, NULL, &hwcaps); in intel_spi_probe()
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
D | core.c | 3131 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/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 18005 @@ -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/ |
D | hispark_taurus.patch | 331730 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/ |
D | hispark_taurus.patch | 59184 int spi_nor_scan(struct spi_nor *nor, const char *name,
|