Searched refs:probe_type (Results 1 - 8 of 8) sorted by relevance

/drivers/mtd/maps/
H A Drbtx4939-flash.c55 const char **probe_type; local
94 probe_type = rom_probe_types;
95 for (; !info->mtd && *probe_type; probe_type++)
96 info->mtd = do_map_probe(*probe_type, &info->map);
H A Dphysmap.c103 const char **probe_type; local
160 probe_type = rom_probe_types;
161 if (physmap_data->probe_type == NULL) {
162 for (; info->mtd[i] == NULL && *probe_type != NULL; probe_type++)
163 info->mtd[i] = do_map_probe(*probe_type, &info->map[i]);
165 info->mtd[i] = do_map_probe(physmap_data->probe_type, &info->map[i]);
H A Dlatch-addr-flash.c134 char **probe_type; local
191 for (probe_type = rom_probe_types; !info->mtd && *probe_type;
192 probe_type++)
193 info->mtd = do_map_probe(*probe_type, &info->map);
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.c242 char **probe_type; local
251 probe_type = rom_probe_types;
252 for(; *probe_type; probe_type++) {
253 map->mtd = do_map_probe(*probe_type, &map->map);
H A Dichxrom.c237 char **probe_type; local
246 probe_type = rom_probe_types;
247 for(; *probe_type; probe_type++) {
248 map->mtd = do_map_probe(*probe_type, &map->map);
H A Dphysmap_of.c162 const char *probe_type; local
176 probe_type = match->data;
250 if (probe_type) {
251 info->list[i].mtd = do_map_probe(probe_type,
H A Desb2rom.c303 char **probe_type; local
312 probe_type = rom_probe_types;
313 for(; *probe_type; probe_type++) {
314 map->mtd = do_map_probe(*probe_type, &map->map);

Completed in 72 milliseconds