Home
last modified time | relevance | path

Searched defs:VfioDevice (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Dbus.rs18 pub fn open_vfio_device<P: AsRef<Path>>(vfio_path: &P) -> Result<VfioDevice> { in open_vfio_device()
Ddoorbell.rs31 device: &Arc<VfioDevice>, in new()
Dpci.rs239 device: &Arc<VfioDevice>, in new()
/external/crosvm/devices/src/
Dvfio.rs765 pub struct VfioDevice { struct
769 dev_type: VfioDeviceType, argument
779 impl VfioDevice { implementation
1556 impl AsRawDescriptor for VfioDevice { implementation
/external/crosvm/devices/src/platform/
Dvfio_platform.rs92 pub fn new(device: VfioDevice, vfio_device_socket_mem: Tube) -> Self { in new()
/external/crosvm/devices/src/pci/
Dvfio_pci.rs692 device: VfioDevice, in new()