Home
last modified time | relevance | path

Searched refs:rom_probe_types (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/mtd/maps/
Dtsunami_flash.c86 static const char * const rom_probe_types[] = { variable
96 type = rom_probe_types; in init_tsunami_flash()
Dimpa7.c29 static const char * const rom_probe_types[] = { "jedec_probe", NULL }; variable
80 type = rom_probe_types; in init_impa7()
Damd76xrom.c107 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()
Dck804xrom.c119 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()
Dichxrom.c93 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()
Dphysmap-core.c407 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()
Desb2rom.c151 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()