Home
last modified time | relevance | path

Searched refs:driver_allows_async_probing (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
Ddd.c775 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function
847 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
1082 if (driver_allows_async_probing(drv)) { in __driver_attach()
1244 if (driver_allows_async_probing(drv)) in driver_detach()
Dbase.h145 extern bool driver_allows_async_probing(struct device_driver *drv);