Home
last modified time | relevance | path

Searched defs:root_bus (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/
H A Dchip_common.c200 struct bus *root_bus = dev_root.downstream; in attach_iio_stacks() local
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_root.rs154 root_bus: Arc<Mutex<PciBus>>, field
1010 let root_bus = Arc::new(Mutex::new(PciBus::new(0, 0, false))); in create_pci_root() localVariable
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs1087 let root_bus = Arc::new(Mutex::new(PciBus::new(0, 0, false))); in generate_pci_root() localVariable
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs2171 let root_bus = pci_root.lock().get_root_bus(); in setup_acpi_devices() localVariable