Searched defs:PciRoot (Results 1 – 4 of 4) sorted by relevance
67 pub fn initialize(pci_info: PciInfo, memory: &mut MemoryTracker) -> Result<PciRoot, PciError> { in initialize()
38 pub fn check_pci(pci_root: &mut PciRoot) { in check_pci()
121 pub unsafe fn make_pci_root(&self) -> PciRoot { in make_pci_root()
101 pci_root: &mut PciRoot, in get_recorded_entry()