Searched refs:spi_nor_scan (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/mtd/ |
H A D | spi-nor.h | 450 int spi_nor_scan(struct spi_nor *nor, const char *name,
|
/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()
|
/linux/drivers/mtd/spi-nor/ |
H A D | core.c | 3435 int spi_nor_scan(struct spi_nor *nor, const char *name, in spi_nor_scan() function 3511 EXPORT_SYMBOL_GPL(spi_nor_scan); 3615 ret = spi_nor_scan(nor, flash_name, &hwcaps); in spi_nor_probe()
|