Searched refs:rom_probe_types (Results 1 – 8 of 8) sorted by relevance
/drivers/mtd/maps/ |
D | tsunami_flash.c | 86 static const char * const rom_probe_types[] = { variable 96 type = rom_probe_types; in init_tsunami_flash()
|
D | impa7.c | 29 static const char * const rom_probe_types[] = { "jedec_probe", NULL }; variable 80 type = rom_probe_types; in init_impa7()
|
D | rbtx4939-flash.c | 41 static const char * const rom_probe_types[] = { variable 88 probe_type = rom_probe_types; in rbtx4939_flash_probe()
|
D | amd76xrom.c | 107 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; in amd76xrom_init_one() local 220 probe_type = rom_probe_types; in amd76xrom_init_one()
|
D | ichxrom.c | 93 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; in ichxrom_init_one() local 247 probe_type = rom_probe_types; in ichxrom_init_one()
|
D | ck804xrom.c | 119 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; in ck804xrom_init_one() local 250 probe_type = rom_probe_types; in ck804xrom_init_one()
|
D | physmap-core.c | 416 static const char * const rom_probe_types[] = { variable 573 for (j = 0; j < ARRAY_SIZE(rom_probe_types); j++) { in physmap_flash_probe() 574 info->mtds[i] = do_map_probe(rom_probe_types[j], in physmap_flash_probe()
|
D | esb2rom.c | 151 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; in esb2rom_init_one() local 312 probe_type = rom_probe_types; in esb2rom_init_one()
|