Searched refs:PROBE_PREFER_ASYNCHRONOUS (Results 1 – 25 of 111) sorted by relevance
12345
/linux/drivers/base/test/ |
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/mmc/host/ |
A D | dw_mmc-bluefield.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-of-hlwd.c | 83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-cns3xxx.c | 101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-dove.c | 108 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | dw_mmc-pltfm.c | 100 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-spear.c | 184 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | tmio_mmc.c | 215 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | dw_mmc-hi3798cv200.c | 203 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-pic32.c | 237 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-of-aspeed.c | 520 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 599 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-bcm-kona.c | 327 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-pxav2.c | 229 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci_f_sdh30.c | 222 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-of-sparx5.c | 258 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/hid/i2c-hid/ |
A D | i2c-hid-acpi.c | 128 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | i2c-hid-of.c | 129 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | i2c-hid-of-goodix.c | 171 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/platform/surface/ |
A D | surface_platform_profile.c | 183 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | surface_aggregator_registry.c | 525 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 640 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | surface_gpe.c | 267 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | surface_hotplug.c | 275 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/include/linux/device/ |
A D | driver.h | 47 PROBE_PREFER_ASYNCHRONOUS, enumerator
|
/linux/drivers/power/supply/ |
A D | surface_charger.c | 275 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/platform/surface/aggregator/ |
A D | bus.c | 350 sdrv->driver.probe_type = PROBE_PREFER_ASYNCHRONOUS; in __ssam_device_driver_register()
|
Completed in 35 milliseconds
12345