Searched defs:VfioPlatformDevice (Results 1 – 4 of 4) sorted by relevance
48 pub struct VfioPlatformDevice { struct58 impl BusDevice for VfioPlatformDevice { argument76 impl Suspendable for VfioPlatformDevice {} implementation78 impl BusDeviceObj for VfioPlatformDevice { implementation79 fn as_platform_device(&self) -> Option<&VfioPlatformDevice> { in as_platform_device()82 fn as_platform_device_mut(&mut self) -> Option<&mut VfioPlatformDevice> { in as_platform_device_mut()85 fn into_platform_device(self: Box<Self>) -> Option<Box<VfioPlatformDevice>> { in into_platform_device()90 impl VfioPlatformDevice { implementation
144 devices: Vec<(VfioPlatformDevice, Option<Minijail>)>, in generate_platform_bus()
130 VfioPlatformDevice = 12, enumerator
231 fn as_platform_device(&self) -> Option<&VfioPlatformDevice> { in as_platform_device()235 fn as_platform_device_mut(&mut self) -> Option<&mut VfioPlatformDevice> { in as_platform_device_mut()239 fn into_platform_device(self: Box<Self>) -> Option<Box<VfioPlatformDevice>> { in into_platform_device()