Home
last modified time | relevance | path

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

12345678910>>...13

/drivers/mtd/maps/
Dphysmap-core.c56 const char *probe_type; member
300 const char *probe_type; in of_select_probe_type() local
306 probe_type = match->data; in of_select_probe_type()
307 if (probe_type) in of_select_probe_type()
308 return probe_type; in of_select_probe_type()
313 of_property_read_string(dp, "probe-type", &probe_type); in of_select_probe_type()
314 if (!probe_type) in of_select_probe_type()
317 if (!strcmp(probe_type, "CFI")) { in of_select_probe_type()
318 probe_type = "cfi_probe"; in of_select_probe_type()
319 } else if (!strcmp(probe_type, "JEDEC")) { in of_select_probe_type()
[all …]
Damd76xrom.c211 char **probe_type; in amd76xrom_init_one() local
220 probe_type = rom_probe_types; in amd76xrom_init_one()
221 for(; *probe_type; probe_type++) { in amd76xrom_init_one()
222 map->mtd = do_map_probe(*probe_type, &map->map); in amd76xrom_init_one()
Dichxrom.c238 char **probe_type; in ichxrom_init_one() local
247 probe_type = rom_probe_types; in ichxrom_init_one()
248 for(; *probe_type; probe_type++) { in ichxrom_init_one()
249 map->mtd = do_map_probe(*probe_type, &map->map); in ichxrom_init_one()
Dck804xrom.c241 char **probe_type; in ck804xrom_init_one() local
250 probe_type = rom_probe_types; in ck804xrom_init_one()
251 for(; *probe_type; probe_type++) { in ck804xrom_init_one()
252 map->mtd = do_map_probe(*probe_type, &map->map); in ck804xrom_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()
/drivers/base/test/
Dtest_async_driver_probe.c46 if (dev->driver->probe_type == PROBE_PREFER_ASYNCHRONOUS) { in test_probe()
63 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
71 .probe_type = PROBE_FORCE_SYNCHRONOUS,
/drivers/iio/accel/
Dkionix-kx022a-i2c.c43 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dkionix-kx022a-spi.c49 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/drivers/mmc/host/
Ddw_mmc-bluefield.c58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-of-hlwd.c83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-dove.c104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/drivers/regulator/
Ddummy.c63 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dwm831x-dcdc.c508 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
636 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
752 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
828 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Darizona-ldo1.c383 .probe_type = PROBE_FORCE_SYNCHRONOUS,
392 .probe_type = PROBE_FORCE_SYNCHRONOUS,
Darizona-micsupp.c368 .probe_type = PROBE_FORCE_SYNCHRONOUS,
376 .probe_type = PROBE_FORCE_SYNCHRONOUS,
Dsky81452-regulator.c82 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dstw481x-vmmc.c98 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dvqmmc-ipq4019-regulator.c93 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dtps6105x-regulator.c96 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
D88pg86x.c104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dqcom_usb_vbus-regulator.c102 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dvexpress-regulator.c92 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dwm831x-ldo.c306 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
516 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
650 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dstm32-booster.c120 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/drivers/hid/i2c-hid/
Di2c-hid-acpi.c122 .probe_type = PROBE_PREFER_ASYNCHRONOUS,

12345678910>>...13