Searched refs:spi_nor_scan (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/Documentation/mtd/ |
D | spi-nor.txt | 59 The main API is spi_nor_scan(). Before you call the hook, a driver should
|
/Linux-v4.19/include/linux/mtd/ |
D | spi-nor.h | 406 int spi_nor_scan(struct spi_nor *nor, const char *name,
|
/Linux-v4.19/drivers/mtd/devices/ |
D | m25p80.c | 237 ret = spi_nor_scan(nor, flash_name, &hwcaps); in m25p_probe()
|
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 356 ret = spi_nor_scan(&spifi->nor, NULL, &hwcaps); in nxp_spifi_setup_flash()
|
D | mtk-quadspi.c | 456 ret = spi_nor_scan(nor, NULL, &hwcaps); in mtk_nor_init()
|
D | hisi-sfc.c | 380 ret = spi_nor_scan(nor, NULL, &hwcaps); in hisi_spi_nor_register()
|
D | atmel-quadspi.c | 710 err = spi_nor_scan(nor, NULL, &hwcaps); in atmel_qspi_probe()
|
D | stm32-quadspi.c | 568 ret = spi_nor_scan(&flash->nor, NULL, &hwcaps); in stm32_qspi_flash_setup()
|
D | aspeed-smc.c | 828 ret = spi_nor_scan(nor, NULL, &hwcaps); in aspeed_smc_setup_flash()
|
D | intel-spi.c | 899 ret = spi_nor_scan(&ispi->nor, NULL, &hwcaps); in intel_spi_probe()
|
D | fsl-quadspi.c | 1101 ret = spi_nor_scan(nor, NULL, &hwcaps); in fsl_qspi_probe()
|
D | spi-nor.c | 2800 int spi_nor_scan(struct spi_nor *nor, const char *name, in spi_nor_scan() function 2996 EXPORT_SYMBOL_GPL(spi_nor_scan);
|
D | cadence-quadspi.c | 1264 ret = spi_nor_scan(nor, NULL, &hwcaps); in cqspi_setup_flash()
|