Searched refs:rom_probe_types (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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 | 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 | 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 | 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 | physmap-core.c | 407 static const char * const rom_probe_types[] = { variable 563 for (j = 0; j < ARRAY_SIZE(rom_probe_types); j++) { in physmap_flash_probe() 564 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()
|