Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Ddriver.rs320 fn match_driver(&self, driver: &Arc<dyn Driver>, data: T) -> bool; in match_driver() method
329 fn match_driver(&self, driver: &Arc<dyn Driver>, data: &str) -> bool { in match_driver() method
H A Dbus.rs225 if matcher.match_driver(drv, data) { in find_driver()