Searched defs:PciAddress (Results 1 – 9 of 9) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_root.rs | 29 fn allocate_address(&mut self, _resources: &mut SystemAllocator) -> Result<PciAddress, Error> { in allocate_address() 55 pub struct PciAddress { struct 61 impl Display for PciAddress { implementation 67 impl PciAddress { impl 156 pub fn add_device(&mut self, address: PciAddress, device: Arc<Mutex<dyn BusDevice>>) { in add_device() 163 pub fn config_space_read(&self, address: PciAddress, register: usize) -> u32 { in config_space_read() 175 address: PciAddress, in config_space_write()
|
D | pci_device.rs | 69 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress>; in allocate_address() 193 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address() 268 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
|
D | ac97.rs | 275 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
|
D | vfio_pci.rs | 769 ) -> Result<PciAddress, PciDeviceError> { in allocate_address()
|
/external/crosvm/aarch64/src/ |
D | fdt.rs | 234 pci_irqs: Vec<(PciAddress, u32, PciInterruptPin)>, in create_pci_nodes() 358 pci_irqs: Vec<(PciAddress, u32, PciInterruptPin)>, in create_fdt()
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_controller.rs | 173 ) -> Result<PciAddress, PciDeviceError> { in allocate_address()
|
/external/crosvm/x86_64/src/ |
D | mptable.rs | 120 pci_irqs: Vec<(PciAddress, u32, PciInterruptPin)>, in setup_mptable()
|
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 399 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address()
|
/external/crosvm/arch/src/ |
D | lib.rs | 317 Vec<(PciAddress, u32, PciInterruptPin)>, in generate_pci_root()
|