Searched refs:match_device (Results 1 – 11 of 11) sorted by relevance
/DragonOS/kernel/src/driver/base/device/ |
H A D | dd.rs | 153 let r = bus.match_device(&data.dev, driver); in do_device_attach_driver() 303 let r = self.match_device(driver, device).unwrap_or(false); in do_driver_attach() 324 pub fn match_device( in match_device() method 333 .match_device(device, driver); in match_device()
|
H A D | bus.rs | 164 fn match_device( in match_device() method 195 if matcher.match_device(dev, data) { in find_device() 824 if driver_manager().match_device(&driver, &device)? { in store()
|
H A D | driver.rs | 166 .find(|dev| matcher.match_device(dev, data)) in find_device_slow()
|
H A D | mod.rs | 961 fn match_device(&self, device: &Arc<dyn Device>, data: T) -> bool; in match_device() method 970 fn match_device(&self, device: &Arc<dyn Device>, data: &str) -> bool { in match_device() method
|
/DragonOS/kernel/src/driver/acpi/ |
H A D | bus.rs | 87 fn match_device( in match_device() method
|
/DragonOS/kernel/src/driver/input/serio/ |
H A D | subsys.rs | 97 fn match_device( in match_device() method
|
/DragonOS/kernel/src/driver/base/platform/ |
H A D | subsys.rs | 120 fn match_device( in match_device() method
|
/DragonOS/kernel/src/driver/base/ |
H A D | class.rs | 88 if matcher.match_device(dev, data) { in find_device()
|
H A D | cpu.rs | 99 fn match_device( in match_device() method
|
/DragonOS/kernel/src/driver/pci/ |
H A D | subsys.rs | 127 fn match_device( in match_device() method
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | sysfs.rs | 118 fn match_device( in match_device() method
|