Searched refs:match_dev (Results 1 – 3 of 3) sorted by relevance
44 pub fn match_dev(&self, dev: &Arc<dyn PciDevice>) -> bool { in match_dev() method46 return d_data.match_dev(self.special_data); in match_dev()49 return s_data.match_dev(dev.dynid().special_data); in match_dev()102 pub fn match_dev(&self, data: Option<Self>) -> bool { in match_dev() method
58 fn match_dev(&self, dev: &Arc<dyn PciDevice>) -> Option<Arc<PciDeviceID>> { in match_dev() method60 if i.match_dev(dev) { in match_dev()
107 let id = pci_drv.match_dev(&pci_dev).ok_or(SystemError::EINVAL)?; in probe()141 if pci_driver.match_dev(&pci_dev).is_some() { in match_device()