Searched defs:PciRoot (Results 1 – 1 of 1) sorted by relevance
31 pub struct PciRoot { struct43 unsafe impl Send for PciRoot {} implementation44 unsafe impl Sync for PciRoot {} implementation46 impl core::fmt::Display for PciRoot { implementation60 impl PciRoot { impl252 pub fn add_pci_root(&self, pci_root: Arc<PciRoot>) { in add_pci_root()295 pub fn get_pci_root(&self, segement_group_number: SegmentGroupNumber) -> Option<Arc<PciRoot>> { in get_pci_root()