Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
Dphysmap_of.c160 const char *probe_type; in of_flash_probe() local
176 probe_type = match->data; in of_flash_probe()
267 if (probe_type) { in of_flash_probe()
268 info->list[i].mtd = do_map_probe(probe_type, in of_flash_probe()
279 probe_type); in of_flash_probe()
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.4.14/arch/arm/mach-clps711x/
Dboard-cdb89712.c62 .probe_type = "map_rom",
91 .probe_type = "map_rom",
/linux-4.4.14/include/linux/mtd/
Dphysmap.h31 char *probe_type; member
/linux-4.4.14/arch/arm/mach-realview/
Drealview_pb1176.c222 .probe_type = "map_rom",
/linux-4.4.14/include/linux/
Ddevice.h220 enum probe_type { enum
267 enum probe_type probe_type; member
/linux-4.4.14/drivers/base/
Dplatform.c616 if (drv->driver.probe_type == PROBE_PREFER_ASYNCHRONOUS) { in __platform_driver_probe()
627 drv->driver.probe_type = PROBE_FORCE_SYNCHRONOUS; in __platform_driver_probe()
Ddd.c440 switch (drv->probe_type) { in driver_allows_async_probing()
/linux-4.4.14/drivers/input/mouse/
Delan_i2c_core.c1208 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux-4.4.14/drivers/input/touchscreen/
Delants_i2c.c1408 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
Dezkit.c725 .probe_type = "map_rom",
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
Dstamp.c491 .probe_type = "map_rom",
/linux-4.4.14/drivers/edac/
Damd64_edac.c2982 .driver.probe_type = PROBE_FORCE_SYNCHRONOUS,