Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationservice/vfio_handler/src/
Daidl.rs204 fn try_bind_driver(path: &Path, driver: &str) -> binder::Result<()> { in try_bind_driver() function
255 try_bind_driver(&path, VFIO_PLATFORM_DRIVER_NAME)?; in bind_device()
271 try_bind_driver(&path, DEFAULT_DRIVER)?; in unbind_device()