Home
last modified time | relevance | path

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

/packages/modules/Virtualization/android/virtualizationservice/vfio_handler/src/
Daidl.rs91 bind_device(Path::new(&d.sysfsPath))?; in bindDevicesToVfioDriver()
246 fn bind_device(path: &Path) -> binder::Result<()> { in bind_device() function