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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dphysmap.h28 char *probe_type; member in struct:physmap_flash_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Drbtx4939-flash.c72 const char **probe_type; local
111 probe_type = rom_probe_types;
112 for (; !info->mtd && *probe_type; probe_type++)
113 info->mtd = do_map_probe(*probe_type, &info->map);
H A Dphysmap.c89 const char **probe_type; local
138 probe_type = rom_probe_types;
139 if (physmap_data->probe_type == NULL) {
140 for (; info->mtd[i] == NULL && *probe_type != NULL; probe_type++)
141 info->mtd[i] = do_map_probe(*probe_type, &info->map[i]);
143 info->mtd[i] = do_map_probe(physmap_data->probe_type, &info->map[i]);
H A Damd76xrom.c211 char **probe_type; local
220 probe_type = rom_probe_types;
221 for(; *probe_type; probe_type++) {
222 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.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 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 Dphysmap_of.c228 const char *probe_type = match->data; local
310 if (probe_type) {
311 info->list[i].mtd = do_map_probe(probe_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/boards/
H A Dstamp.c469 .probe_type = "map_rom",

Completed in 142 milliseconds