Searched refs:driver_allows_async_probing (Results 1 – 3 of 3) sorted by relevance
121 extern bool driver_allows_async_probing(struct device_driver *drv);
672 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing() function750 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()929 if (driver_allows_async_probing(drv)) in __device_release_driver()
662 if (driver_allows_async_probing(drv)) { in bus_add_driver()