Searched refs:PROBE_PREFER_ASYNCHRONOUS (Results 1 – 25 of 242) sorted by relevance
12345678910
/linux/drivers/base/test/ |
H A D | test_async_driver_probe.c | 46 if (dev->driver->probe_type == PROBE_PREFER_ASYNCHRONOUS) { in test_probe() 63 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/regulator/ |
H A D | dummy.c | 63 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | sky81452-regulator.c | 82 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | stw481x-vmmc.c | 98 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | vqmmc-ipq4019-regulator.c | 93 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | wm831x-dcdc.c | 508 .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 D | tps6105x-regulator.c | 96 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | 88pg86x.c | 104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | qcom_usb_vbus-regulator.c | 102 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | vexpress-regulator.c | 92 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | pcf50633-regulator.c | 104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | stm32-booster.c | 119 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | rt5033-regulator.c | 127 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | tps6286x-regulator.c | 150 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | sy8106a-regulator.c | 141 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | wm831x-ldo.c | 306 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 516 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 650 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | sy7636a-regulator.c | 130 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | mt6311-regulator.c | 153 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | max8893.c | 174 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/iio/accel/ |
H A D | kionix-kx022a-i2c.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | kionix-kx022a-spi.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-acpi.c | 122 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | i2c-hid-of-goodix.c | 128 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/platform/x86/ |
H A D | lenovo-wmi-camera.c | 115 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
H A D | inspur_platform_profile.c | 205 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
12345678910