Searched refs:spi_nor_scan (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 202 int spi_nor_scan(struct spi_nor *nor, const char *name, enum read_mode mode);
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 59 The main API is spi_nor_scan(). Before you call the hook, a driver should
|
/linux-4.4.14/drivers/mtd/devices/ |
D | m25p80.c | 226 ret = spi_nor_scan(nor, flash_name, mode); in m25p_probe()
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 352 ret = spi_nor_scan(&spifi->nor, NULL, flash_read); in nxp_spifi_setup_flash()
|
D | spi-nor.c | 1105 int spi_nor_scan(struct spi_nor *nor, const char *name, enum read_mode mode) in spi_nor_scan() function 1320 EXPORT_SYMBOL_GPL(spi_nor_scan);
|
D | fsl-quadspi.c | 1037 ret = spi_nor_scan(nor, NULL, SPI_NOR_QUAD); in fsl_qspi_probe()
|