Home
last modified time | relevance | path

Searched refs:allocate_pci (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/resources/src/
Dsystem_allocator.rs129 pub fn allocate_pci(&mut self, tag: String) -> Option<Alloc> { in allocate_pci() method
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs175 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address()
/external/crosvm/devices/src/pci/
Dac97.rs277 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs401 self.pci_address = match resources.allocate_pci(self.debug_label()) { in allocate_address()