driver_allows_async_probing  131 drivers/base/base.h extern bool driver_allows_async_probing(struct device_driver *drv);
driver_allows_async_probing  823 drivers/base/dd.c 	async_allowed = driver_allows_async_probing(drv);
driver_allows_async_probing 1056 drivers/base/dd.c 	if (driver_allows_async_probing(drv)) {
driver_allows_async_probing 1216 drivers/base/dd.c 	if (driver_allows_async_probing(drv))