Home
last modified time | relevance | path

Searched defs:PciAddress (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/devices/src/pci/
Dpci_root.rs29 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()
Dpci_device.rs69 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()
Dac97.rs275 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
Dvfio_pci.rs769 ) -> Result<PciAddress, PciDeviceError> { in allocate_address()
/external/crosvm/aarch64/src/
Dfdt.rs234 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/
Dxhci_controller.rs173 ) -> Result<PciAddress, PciDeviceError> { in allocate_address()
/external/crosvm/x86_64/src/
Dmptable.rs120 pci_irqs: Vec<(PciAddress, u32, PciInterruptPin)>, in setup_mptable()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs399 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address()
/external/crosvm/arch/src/
Dlib.rs317 Vec<(PciAddress, u32, PciInterruptPin)>, in generate_pci_root()