Searched refs:driver_allows_async_probing (Results 1 – 3 of 3) sorted by relevance
524 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function602 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()781 if (driver_allows_async_probing(drv)) in __device_release_driver()
119 extern bool driver_allows_async_probing(struct device_driver *drv);
702 if (driver_allows_async_probing(drv)) { in bus_add_driver()