Home
last modified time | relevance | path

Searched defs:PciDeviceError (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/devices/src/pci/pcie/
Dpcie_switch.rs56 ) -> std::result::Result<Self, PciDeviceError> { in new_from_host() argument
82 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
213 ) -> std::result::Result<Self, PciDeviceError> { in new_from_host() argument
241 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
Dpci_bridge.rs194 ) -> std::result::Result<(u64, u64), PciDeviceError> { in finalize_window() argument
245 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
272 fn register_device_capabilities(&mut self) -> std::result::Result<(), PciDeviceError> { in register_device_capabilities() argument
373 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in configure_bridge_window() argument
Dpcie_port.rs180 ) -> std::result::Result<Self, PciDeviceError> { in new_from_host() argument
242 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
Dpcie_rp.rs84 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
Dpcie_device.rs28 ) -> std::result::Result<PciAddress, PciDeviceError>; in allocate_address() argument
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs190 ) -> Result<PciAddress, PciDeviceError> { in allocate_address() argument
242 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() argument
/external/crosvm/devices/src/pci/
Dvfio_pci.rs429 fn new(pool: AddressRange) -> Result<Self, PciDeviceError> { in new() argument
442 ) -> Result<u64, PciDeviceError> { in internal_allocate_from_slot() argument
461 fn allocate_with_align(&mut self, size: u64, alignment: u64) -> Result<u64, PciDeviceError> { in allocate_with_align() argument
495 fn allocate_at_can_overlap(&mut self, range: AddressRange) -> Result<(), PciDeviceError> { in allocate_at_can_overlap() argument
701 ) -> Result<Self, PciDeviceError> { in new() argument
1446 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_root_barmem() argument
1490 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_nonroot_barmem() argument
1743 ) -> Result<PciAddress, PciDeviceError> { in allocate_address() argument
1821 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() argument
1847 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars() argument
[all …]
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs409 ) -> std::result::Result<(), PciDeviceError> { in add_settings_pci_capabilities() argument
539 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
593 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() argument
641 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars() argument
723 fn register_device_capabilities(&mut self) -> std::result::Result<(), PciDeviceError> { in register_device_capabilities() argument