Home
last modified time | relevance | path

Searched refs:driver_allows_async_probing (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
H A Dbase.h145 extern bool driver_allows_async_probing(struct device_driver *drv);
H A Ddd.c778 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function
855 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
1103 if (driver_allows_async_probing(drv)) { in __driver_attach()
1269 if (driver_allows_async_probing(drv)) in driver_detach()
/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c868 static bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function
946 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
1194 if (driver_allows_async_probing(drv)) { in __driver_attach()
1343 if (driver_allows_async_probing(drv)) in driver_detach()

Completed in 5 milliseconds