Home
last modified time | relevance | path

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

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