Searched defs:PciBus (Results 1 – 4 of 4) sorted by relevance
154 pub struct PciBus { struct163 child_buses: HashMap<u8, Arc<Mutex<PciBus>>>, argument168 impl PciBus { argument451 fn get_new_pci_bus(&self) -> Option<Arc<Mutex<PciBus>>> { in get_new_pci_bus()733 fn get_new_pci_bus(&self) -> Option<Arc<Mutex<PciBus>>> { in get_new_pci_bus()
174 pub fn get_root_bus(&self) -> Arc<Mutex<PciBus>> { in get_root_bus()219 pub fn add_bridge(&mut self, bridge_bus: Arc<Mutex<PciBus>>) { in add_bridge()
365 fn get_new_pci_bus(&self) -> Option<Arc<Mutex<PciBus>>> { in get_new_pci_bus()
835 parent_bus: Arc<Mutex<PciBus>>, in generate_pci_topology()