Home
last modified time | relevance | path

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

/drivers/base/
Ddd.c561 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function
639 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
922 if (driver_allows_async_probing(drv)) in driver_detach()
Dbase.h123 extern bool driver_allows_async_probing(struct device_driver *drv);
Dbus.c669 if (driver_allows_async_probing(drv)) { in bus_add_driver()