Home
last modified time | relevance | path

Searched refs:BoundDevice (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationservice/vfio_handler/src/
Daidl.rs37 struct BoundDevice { struct
42 impl Interface for BoundDevice {} implementation
44 impl IBoundDevice for BoundDevice { implementation
54 impl Drop for BoundDevice { implementation
62 impl BoundDevice { implementation
64 BnBoundDevice::new_binder(BoundDevice { sysfs_path, dtbo_label }, BinderFeatures::default()) in new_binder()
93 Ok(BoundDevice::new_binder(d.sysfsPath.clone(), d.dtboLabel.clone())) in bindDevicesToVfioDriver()