| /external/crosvm/devices/src/pci/pcie/ |
| D | pcie_switch.rs | 56 ) -> 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
|
| D | pci_bridge.rs | 194 ) -> 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
|
| D | pcie_port.rs | 180 ) -> std::result::Result<Self, PciDeviceError> { in new_from_host() argument 242 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
|
| D | pcie_rp.rs | 84 ) -> std::result::Result<PciAddress, PciDeviceError> { in allocate_address() argument
|
| D | pcie_device.rs | 28 ) -> std::result::Result<PciAddress, PciDeviceError>; in allocate_address() argument
|
| /external/crosvm/devices/src/usb/xhci/ |
| D | xhci_controller.rs | 190 ) -> Result<PciAddress, PciDeviceError> { in allocate_address() argument 242 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() argument
|
| /external/crosvm/devices/src/pci/ |
| D | vfio_pci.rs | 429 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/ |
| D | virtio_pci_device.rs | 409 ) -> 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
|