Home
last modified time | relevance | path

Searched refs:allows_async_probing (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/base/device/
H A Ddd.rs170 let async_allowed = driver.allows_async_probing(); in do_device_attach_driver()
309 if driver.allows_async_probing() { in do_driver_attach()
H A Ddriver.rs136 pub fn allows_async_probing(&self) -> bool { in allows_async_probing() method