Searched refs:PROBE_PREFER_ASYNCHRONOUS (Results 1 – 25 of 92) sorted by relevance
1234
/Linux-v5.10/drivers/base/test/ |
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-v5.10/drivers/mmc/host/ |
D | dw_mmc-bluefield.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-hlwd.c | 83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-cns3xxx.c | 101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-dove.c | 108 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-aspeed.c | 243 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 322 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-pltfm.c | 101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-spear.c | 184 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-zx.c | 225 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-sirf.c | 223 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | tmio_mmc.c | 216 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-dwcmshc.c | 217 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-pic32.c | 244 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-hi3798cv200.c | 203 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-bcm-kona.c | 327 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci_f_sdh30.c | 222 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-pxav2.c | 229 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-sparx5.c | 258 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | renesas_sdhi_internal_dmac.c | 356 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | cavium-octeon.c | 330 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-rockchip.c | 386 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-brcmstb.c | 329 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/Linux-v5.10/include/linux/device/ |
D | driver.h | 46 PROBE_PREFER_ASYNCHRONOUS, enumerator
|
/Linux-v5.10/sound/soc/codecs/ |
D | rt5682-i2c.c | 297 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/Linux-v5.10/drivers/char/tpm/ |
D | tpm_tis_spi_main.c | 290 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
1234