Searched refs:probe_type (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/mtd/maps/ |
D | rbtx4939-flash.c | 52 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()
|
D | physmap.c | 99 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()
|
D | latch-addr-flash.c | 132 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()
|
D | amd76xrom.c | 212 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()
|
D | ck804xrom.c | 242 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()
|
D | physmap_of.c | 158 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()
|
D | ichxrom.c | 237 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()
|
D | esb2rom.c | 303 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/ |
D | board-cdb89712.c | 62 .probe_type = "map_rom", 91 .probe_type = "map_rom",
|
/linux-4.1.27/include/linux/mtd/ |
D | physmap.h | 31 char *probe_type; member
|
/linux-4.1.27/arch/arm/mach-realview/ |
D | realview_pb1176.c | 222 .probe_type = "map_rom",
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 725 .probe_type = "map_rom",
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 491 .probe_type = "map_rom",
|