Searched defs:PciBus (Results 1 – 4 of 4) sorted by relevance
165 pub struct PciBus { struct174 child_buses: HashMap<u8, Arc<Mutex<PciBus>>>, argument179 impl PciBus { implementation488 fn get_new_pci_bus(&self) -> Option<Arc<Mutex<PciBus>>> { in get_new_pci_bus()842 fn get_new_pci_bus(&self) -> Option<Arc<Mutex<PciBus>>> { in get_new_pci_bus()
182 root_bus: Arc<Mutex<PciBus>>, in new()204 root_bus: Arc<Mutex<PciBus>>, in create_for_test()234 pub fn get_root_bus(&self) -> Arc<Mutex<PciBus>> { in get_root_bus()
342 fn get_new_pci_bus(&self) -> Option<Arc<Mutex<PciBus>>> { in get_new_pci_bus()
885 parent_bus: Arc<Mutex<PciBus>>, in generate_pci_topology()