Home
last modified time | relevance | path

Searched refs:probe_type (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/mtd/maps/
Drbtx4939-flash.c52 const char * const *probe_type; in rbtx4939_flash_probe() local
91 probe_type = rom_probe_types; in rbtx4939_flash_probe()
92 for (; !info->mtd && *probe_type; probe_type++) in rbtx4939_flash_probe()
93 info->mtd = do_map_probe(*probe_type, &info->map); in rbtx4939_flash_probe()
Dphysmap.c99 const char * const *probe_type; in physmap_flash_probe() local
156 probe_type = rom_probe_types; in physmap_flash_probe()
157 if (physmap_data->probe_type == NULL) { in physmap_flash_probe()
158 for (; info->mtd[i] == NULL && *probe_type != NULL; probe_type++) in physmap_flash_probe()
159 info->mtd[i] = do_map_probe(*probe_type, &info->map[i]); in physmap_flash_probe()
161 info->mtd[i] = do_map_probe(physmap_data->probe_type, &info->map[i]); in physmap_flash_probe()
Dlatch-addr-flash.c132 char **probe_type; in latch_addr_flash_probe() local
189 for (probe_type = rom_probe_types; !info->mtd && *probe_type; in latch_addr_flash_probe()
190 probe_type++) in latch_addr_flash_probe()
191 info->mtd = do_map_probe(*probe_type, &info->map); in latch_addr_flash_probe()
Damd76xrom.c212 char **probe_type; in amd76xrom_init_one() local
221 probe_type = rom_probe_types; in amd76xrom_init_one()
222 for(; *probe_type; probe_type++) { in amd76xrom_init_one()
223 map->mtd = do_map_probe(*probe_type, &map->map); in amd76xrom_init_one()
Dck804xrom.c242 char **probe_type; in ck804xrom_init_one() local
251 probe_type = rom_probe_types; in ck804xrom_init_one()
252 for(; *probe_type; probe_type++) { in ck804xrom_init_one()
253 map->mtd = do_map_probe(*probe_type, &map->map); in ck804xrom_init_one()
Dphysmap_of.c158 const char *probe_type; in of_flash_probe() local
174 probe_type = match->data; in of_flash_probe()
265 if (probe_type) { in of_flash_probe()
266 info->list[i].mtd = do_map_probe(probe_type, in of_flash_probe()
277 probe_type); in of_flash_probe()
Dichxrom.c237 char **probe_type; in ichxrom_init_one() local
246 probe_type = rom_probe_types; in ichxrom_init_one()
247 for(; *probe_type; probe_type++) { in ichxrom_init_one()
248 map->mtd = do_map_probe(*probe_type, &map->map); in ichxrom_init_one()
Desb2rom.c303 char **probe_type; in esb2rom_init_one() local
312 probe_type = rom_probe_types; in esb2rom_init_one()
313 for(; *probe_type; probe_type++) { in esb2rom_init_one()
314 map->mtd = do_map_probe(*probe_type, &map->map); in esb2rom_init_one()
/linux-4.1.27/arch/arm/mach-clps711x/
Dboard-cdb89712.c62 .probe_type = "map_rom",
91 .probe_type = "map_rom",
/linux-4.1.27/include/linux/mtd/
Dphysmap.h31 char *probe_type; member
/linux-4.1.27/arch/arm/mach-realview/
Drealview_pb1176.c222 .probe_type = "map_rom",
/linux-4.1.27/arch/blackfin/mach-bf609/boards/
Dezkit.c725 .probe_type = "map_rom",
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
Dstamp.c491 .probe_type = "map_rom",