Searched defs:root_bus (Results 1 – 3 of 3) sorted by relevance
128 root_bus: Arc<Mutex<PciBus>>, field740 let root_bus = Arc::new(Mutex::new(PciBus::new(0, 0, false))); in create_pci_root() localVariable
971 let root_bus = Arc::new(Mutex::new(PciBus::new(0, 0, false))); in generate_pci_root() localVariable
1978 let root_bus = pci_root.lock().get_root_bus(); in setup_acpi_devices() localVariable