Searched defs:BusDeviceObj (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | bus.rs | 250 pub trait BusDeviceObj { trait
|
/aosp_15_r20/external/crosvm/arch/src/ |
H A D | lib.rs | 541 devices: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm() 1025 devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)], in assign_pci_addresses()
|
/aosp_15_r20/external/crosvm/riscv64/src/ |
H A D | lib.rs | 221 devices: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/ |
H A D | linux.rs | 880 ) -> DeviceResult<Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>> { in create_devices() 1192 devices: &mut Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in create_pure_virtual_pcie_root_port()
|
/aosp_15_r20/external/crosvm/aarch64/src/ |
H A D | lib.rs | 514 devs: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()
|
/aosp_15_r20/external/crosvm/src/sys/ |
H A D | windows.rs | 797 ) -> DeviceResult<Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>> { in create_devices()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | device_helpers.rs | 1720 devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)], in setup_virtio_access_platform()
|
/aosp_15_r20/external/crosvm/x86_64/src/ |
H A D | lib.rs | 836 devs: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()
|