Home
last modified time | relevance | path

Searched refs:jedec_probe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/chips/
H A DMakefile13 obj-$(CONFIG_MTD_JEDECPROBE) += jedec_probe.o
H A Djedec_probe.c2285 static struct mtd_info *jedec_probe(struct map_info *map) in jedec_probe() function
2295 .probe = jedec_probe,
/linux/drivers/mtd/devices/
H A Dmtd_dataflash.c780 static struct flash_info *jedec_probe(struct spi_device *spi) in jedec_probe() function
858 info = jedec_probe(spi); in dataflash_probe()