Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Ddd.rs171 if data.check_async && async_allowed != data.want_async { in do_device_attach_driver()
259 want_async: bool, field
267 pub fn new(dev: Arc<dyn Device>, check_async: bool, want_async: bool) -> Self { in new()
271 want_async, in new()