Searched refs:DeviceMatcher (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/driver/base/ |
H A D | class.rs | 6 device::{sys_dev_char_kset, Device, DeviceMatchName, DeviceMatcher}, 82 matcher: &dyn DeviceMatcher<T>, in find_device()
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | driver.rs | 3 Device, DeviceMatchName, DeviceMatcher, IdTable, 161 matcher: &dyn DeviceMatcher<T>, in find_device_slow()
|
H A D | bus.rs | 3 sys_devices_kset, Device, DeviceMatchName, DeviceMatcher, DeviceState, 189 matcher: &dyn DeviceMatcher<T>, in find_device()
|
H A D | mod.rs | 960 pub trait DeviceMatcher<T>: Debug { trait 968 impl DeviceMatcher<&str> for DeviceMatchName {
|