Home
last modified time | relevance | path

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

12345678910>>...16

/linux/drivers/mtd/maps/
H A Dphysmap-core.c57 const char *probe_type; member
299 const char *probe_type; in of_select_probe_type() local
301 probe_type = device_get_match_data(&dev->dev); in of_select_probe_type()
302 if (probe_type) in of_select_probe_type()
303 return probe_type; in of_select_probe_type()
308 of_property_read_string(dp, "probe-type", &probe_type); in of_select_probe_type()
309 if (!probe_type) in of_select_probe_type()
312 if (!strcmp(probe_type, "CFI")) { in of_select_probe_type()
313 probe_type = "cfi_probe"; in of_select_probe_type()
314 } else if (!strcmp(probe_type, "JEDEC")) { in of_select_probe_type()
[all …]
H A 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()
H A 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()
H A 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()
H A 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/include/linux/device/
H A Ddriver.h45 enum probe_type { enum
106 enum probe_type probe_type; member
/linux/tools/perf/util/
H A Dprobe-file.h24 enum probe_type { enum
69 bool probe_type_is_available(enum probe_type type);
/linux/drivers/base/test/
H A 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,
/linux/Documentation/driver-api/
H A Dinfrastructure.rst18 :identifiers: probe_type device_driver
27 :no-identifiers: probe_type device_driver
/linux/include/linux/mtd/
H A Dphysmap.h26 char *probe_type; member
/linux/drivers/platform/x86/uniwill/
H A Duniwill-wmi.c77 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux/drivers/mmc/host/
H A Ddw_mmc-bluefield.c74 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-of-hlwd.c83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-dove.c96 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux/drivers/hwmon/
H A Dsurface_fan.c76 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux/drivers/regulator/
H A Drenesas-usb-vbus-regulator.c62 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Darizona-ldo1.c381 .probe_type = PROBE_FORCE_SYNCHRONOUS,
390 .probe_type = PROBE_FORCE_SYNCHRONOUS,
H A Darizona-micsupp.c364 .probe_type = PROBE_FORCE_SYNCHRONOUS,
372 .probe_type = PROBE_FORCE_SYNCHRONOUS,
H A 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,
H A Dsky81452-regulator.c82 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dvqmmc-ipq4019-regulator.c93 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux/drivers/iio/accel/
H A Dkionix-kx022a-i2c.c62 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dkionix-kx022a-spi.c62 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux/drivers/platform/x86/dell/
H A Dalienware-wmi-legacy.c80 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/linux/drivers/pwm/
H A Dpwm-argon-fan-hat.c99 .probe_type = PROBE_PREFER_ASYNCHRONOUS,

12345678910>>...16