Searched refs:probe_type (Results 1 - 6 of 6) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Damd76xrom.c212 char **probe_type; local
221 probe_type = rom_probe_types;
222 for(; *probe_type; probe_type++) {
223 map->mtd = do_map_probe(*probe_type, &map->map);
H A Dck804xrom.c214 char **probe_type; local
223 probe_type = rom_probe_types;
224 for(; *probe_type; probe_type++) {
225 map->mtd = do_map_probe(*probe_type, &map->map);
H A Desb2rom.c304 char **probe_type; local
313 probe_type = rom_probe_types;
314 for(; *probe_type; probe_type++) {
315 map->mtd = do_map_probe(*probe_type, &map->map);
H A Dichxrom.c238 char **probe_type; local
247 probe_type = rom_probe_types;
248 for(; *probe_type; probe_type++) {
249 map->mtd = do_map_probe(*probe_type, &map->map);
H A Dphysmap.c84 const char **probe_type; local
127 probe_type = rom_probe_types;
128 for (; info->mtd == NULL && *probe_type != NULL; probe_type++)
129 info->mtd = do_map_probe(*probe_type, &info->map);
H A Dphysmap_of.c123 const char **probe_type; local
179 probe_type = rom_probe_types;
180 for (; info->mtd == NULL && *probe_type != NULL; probe_type++)
181 info->mtd = do_map_probe(*probe_type, &info->map);

Completed in 63 milliseconds