Searched refs:jedec_probe (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/drivers/mtd/maps/ |
H A D | tsunami_flash.c | 86 "cfi_probe", "jedec_probe", "map_rom", NULL };
|
H A D | impa7.c | 32 static const char * const rom_probe_types[] = { "jedec_probe", NULL };
|
H A D | physmap_of.c | 72 "cfi_probe", "jedec_probe", "map_rom" }; 99 return do_map_probe("jedec_probe", map); obsolete_probe() 344 .data = (void *)"jedec_probe",
|
H A D | l440gx.c | 137 mymtd = do_map_probe("jedec_probe", &l440gx_map); init_l440gx()
|
H A D | rbtx4939-flash.c | 45 "cfi_probe", "jedec_probe", NULL };
|
H A D | ts5500_flash.c | 82 mymtd = do_map_probe("jedec_probe", &ts5500_map); init_ts5500_map()
|
H A D | dc21285.c | 188 dc21285_mtd = do_map_probe("jedec_probe", &dc21285_map); init_dc21285()
|
H A D | intel_vr_nor.c | 85 { "cfi_probe", "jedec_probe", NULL }; vr_nor_mtd_setup()
|
H A D | pci.c | 224 .map_name = "jedec_probe",
|
H A D | physmap.c | 90 "cfi_probe", "jedec_probe", "qinfo_probe", "map_rom", NULL };
|
H A D | amd76xrom.c | 106 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; amd76xrom_init_one()
|
H A D | ck804xrom.c | 118 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; ck804xrom_init_one()
|
H A D | ichxrom.c | 90 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; ichxrom_init_one()
|
H A D | nettel.c | 227 if ((amd_mtd = do_map_probe("jedec_probe", &nettel_amd_map))) { nettel_init()
|
H A D | sc520cdp.c | 253 mymtd[i] = do_map_probe("jedec_probe", &sc520cdp_map[i]); init_sc520cdp()
|
H A D | esb2rom.c | 150 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; esb2rom_init_one()
|
H A D | pcmciamtd.c | 469 static char *probes[] = { "jedec_probe", "cfi_probe" }; pcmciamtd_config()
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
H A D | nanoengine.c | 56 .map_name = "jedec_probe",
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 740 static struct flash_info *jedec_probe(struct spi_device *spi) jedec_probe() function 835 info = jedec_probe(spi); dataflash_probe()
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
H A D | axisflashmap.c | 206 mtd_cs = do_map_probe("jedec_probe", map_cs); probe_cs()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | jedec_probe.c | 2250 static struct mtd_info *jedec_probe(struct map_info *map) jedec_probe() function 2260 .probe = jedec_probe, 2261 .name = "jedec_probe",
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
H A D | axisflashmap.c | 240 mtd_cs = do_map_probe("jedec_probe", map_cs); probe_cs()
|
Completed in 256 milliseconds