Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dvfio.rs144 pub enum VfioDeviceType { enum
1125 pub fn device_type(&self) -> VfioDeviceType { in device_type()
1454 fn get_device_info(device_file: &File) -> Result<(vfio_device_info, VfioDeviceType)> { in get_device_info() argument