Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Ddd.c438 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function
506 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
675 if (driver_allows_async_probing(drv)) in __device_release_driver()
Dbase.h119 extern bool driver_allows_async_probing(struct device_driver *drv);
Dbus.c703 if (driver_allows_async_probing(drv)) { in bus_add_driver()