Searched defs:match_dev (Results 1 – 2 of 2) sorted by relevance
44 pub fn match_dev(&self, dev: &Arc<dyn PciDevice>) -> bool { in match_dev() method102 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() method