Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/mtd/
Dspi-nor.txt59 The main API is spi_nor_scan(). Before you call the hook, a driver should
/Linux-v4.19/include/linux/mtd/
Dspi-nor.h406 int spi_nor_scan(struct spi_nor *nor, const char *name,
/Linux-v4.19/drivers/mtd/devices/
Dm25p80.c237 ret = spi_nor_scan(nor, flash_name, &hwcaps); in m25p_probe()
/Linux-v4.19/drivers/mtd/spi-nor/
Dnxp-spifi.c356 ret = spi_nor_scan(&spifi->nor, NULL, &hwcaps); in nxp_spifi_setup_flash()
Dmtk-quadspi.c456 ret = spi_nor_scan(nor, NULL, &hwcaps); in mtk_nor_init()
Dhisi-sfc.c380 ret = spi_nor_scan(nor, NULL, &hwcaps); in hisi_spi_nor_register()
Datmel-quadspi.c710 err = spi_nor_scan(nor, NULL, &hwcaps); in atmel_qspi_probe()
Dstm32-quadspi.c568 ret = spi_nor_scan(&flash->nor, NULL, &hwcaps); in stm32_qspi_flash_setup()
Daspeed-smc.c828 ret = spi_nor_scan(nor, NULL, &hwcaps); in aspeed_smc_setup_flash()
Dintel-spi.c899 ret = spi_nor_scan(&ispi->nor, NULL, &hwcaps); in intel_spi_probe()
Dfsl-quadspi.c1101 ret = spi_nor_scan(nor, NULL, &hwcaps); in fsl_qspi_probe()
Dspi-nor.c2800 int spi_nor_scan(struct spi_nor *nor, const char *name, in spi_nor_scan() function
2996 EXPORT_SYMBOL_GPL(spi_nor_scan);
Dcadence-quadspi.c1264 ret = spi_nor_scan(nor, NULL, &hwcaps); in cqspi_setup_flash()