Searched refs:allows_async_probing (Results 1 – 2 of 2) sorted by relevance
170 let async_allowed = driver.allows_async_probing(); in do_device_attach_driver()309 if driver.allows_async_probing() { in do_driver_attach()
136 pub fn allows_async_probing(&self) -> bool { in allows_async_probing() method