Home
last modified time | relevance | path

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

/drivers/base/
Ddd.c524 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function
602 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
781 if (driver_allows_async_probing(drv)) in __device_release_driver()
Dbase.h119 extern bool driver_allows_async_probing(struct device_driver *drv);
Dbus.c702 if (driver_allows_async_probing(drv)) { in bus_add_driver()