Searched refs:driver_allows_async_probing (Results 1 – 3 of 3) sorted by relevance
561 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function639 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()922 if (driver_allows_async_probing(drv)) in driver_detach()
123 extern bool driver_allows_async_probing(struct device_driver *drv);
669 if (driver_allows_async_probing(drv)) { in bus_add_driver()