Searched refs:do_driver_attach (Results 1 – 1 of 1) sorted by relevance
294 self.do_driver_attach(dev, driver); in driver_attach()302 fn do_driver_attach(&self, device: &Arc<dyn Device>, driver: &Arc<dyn Driver>) -> bool { in do_driver_attach() method