Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/
H A Dclass.rs6 device::{sys_dev_char_kset, Device, DeviceMatchName, DeviceMatcher},
82 matcher: &dyn DeviceMatcher<T>, in find_device()
/DragonOS/kernel/src/driver/base/device/
H A Ddriver.rs3 Device, DeviceMatchName, DeviceMatcher, IdTable,
161 matcher: &dyn DeviceMatcher<T>, in find_device_slow()
H A Dbus.rs3 sys_devices_kset, Device, DeviceMatchName, DeviceMatcher, DeviceState,
189 matcher: &dyn DeviceMatcher<T>, in find_device()
H A Dmod.rs960 pub trait DeviceMatcher<T>: Debug { trait
968 impl DeviceMatcher<&str> for DeviceMatchName {