Searched refs:spi_nor_scan (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf_probe.c | 43 ret = spi_nor_scan(flash); in spi_flash_probe_slave()
|
H A D | spi-nor-tiny.c | 712 int spi_nor_scan(struct spi_nor *nor) in spi_nor_scan() function
|
H A D | spi-nor-core.c | 2784 int spi_nor_scan(struct spi_nor *nor) in spi_nor_scan() function
|
/openbmc/linux/Documentation/driver-api/mtd/ |
H A D | spi-nor.rst | 62 The main API is spi_nor_scan(). Before you call the hook, a driver should
|
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 450 int spi_nor_scan(struct spi_nor *nor, const char *name,
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 439 int spi_nor_scan(struct spi_nor *nor);
|
/openbmc/linux/drivers/mtd/spi-nor/controllers/ |
H A D | nxp-spifi.c | 358 ret = spi_nor_scan(&spifi->nor, NULL, &hwcaps); in nxp_spifi_setup_flash()
|
H A D | hisi-sfc.c | 371 ret = spi_nor_scan(nor, NULL, &hwcaps); in hisi_spi_nor_register()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.c | 3465 int spi_nor_scan(struct spi_nor *nor, const char *name, in spi_nor_scan() function 3557 EXPORT_SYMBOL_GPL(spi_nor_scan); 3661 ret = spi_nor_scan(nor, flash_name, &hwcaps); in spi_nor_probe()
|