Searched defs:rom_probe_types (Results 1 - 10 of 10) sorted by relevance

/drivers/mtd/maps/
H A Drbtx4939-flash.c44 static const char * const rom_probe_types[] = { variable
91 probe_type = rom_probe_types;
H A Dimpa7.c32 static const char * const rom_probe_types[] = { "jedec_probe", NULL }; variable
83 type = rom_probe_types;
H A Dtsunami_flash.c85 static const char * const rom_probe_types[] = { variable
95 type = rom_probe_types;
H A Damd76xrom.c106 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; local
221 probe_type = rom_probe_types;
H A Dck804xrom.c118 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; local
251 probe_type = rom_probe_types;
H A Dichxrom.c90 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; local
246 probe_type = rom_probe_types;
H A Dlatch-addr-flash.c94 static char *rom_probe_types[] = { "cfi_probe", NULL }; variable
189 for (probe_type = rom_probe_types; !info->mtd && *probe_type;
H A Dphysmap.c89 static const char * const rom_probe_types[] = { variable
156 probe_type = rom_probe_types;
H A Dphysmap_of.c73 static const char * const rom_probe_types[] = { variable
92 for (i = 0; i < ARRAY_SIZE(rom_probe_types); i++) {
93 mtd = do_map_probe(rom_probe_types[i], map);
H A Desb2rom.c150 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL }; local
312 probe_type = rom_probe_types;

Completed in 375 milliseconds