Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vfio/
Ddevice_cdev.c31 if (!vfio_device_try_get_registration(device)) in vfio_device_fops_cdev_open()
Dvfio.h31 bool vfio_device_try_get_registration(struct vfio_device *device);
Dgroup.c45 if (ret && vfio_device_try_get_registration(it)) { in vfio_device_get_from_name()
Dvfio_main.c169 bool vfio_device_try_get_registration(struct vfio_device *device) in vfio_device_try_get_registration() function