Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/platform/
H A Dvfio_platform.rs49 pub struct VfioPlatformDevice { struct
59 impl BusDevice for VfioPlatformDevice { implementation
77 impl Suspendable for VfioPlatformDevice {} implementation
79 impl BusDeviceObj for VfioPlatformDevice { implementation
80 fn as_platform_device(&self) -> Option<&VfioPlatformDevice> { in as_platform_device()
83 fn as_platform_device_mut(&mut self) -> Option<&mut VfioPlatformDevice> { in as_platform_device_mut()
86 fn into_platform_device(self: Box<Self>) -> Option<Box<VfioPlatformDevice>> { in into_platform_device()
91 impl VfioPlatformDevice { implementation
/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs261 fn as_platform_device(&self) -> Option<&VfioPlatformDevice> { in as_platform_device()
265 fn as_platform_device_mut(&mut self) -> Option<&mut VfioPlatformDevice> { in as_platform_device_mut()
269 fn into_platform_device(self: Box<Self>) -> Option<Box<VfioPlatformDevice>> { in into_platform_device()
/aosp_15_r20/external/crosvm/arch/src/sys/
H A Dlinux.rs161 devices: Vec<(VfioPlatformDevice, Option<Minijail>)>, in generate_platform_bus()
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dmod.rs136 VfioPlatformDevice = 12, enumerator