Searched refs:vfio_device_try_get_registration (Results 1 – 6 of 6) sorted by relevance
31 if (!vfio_device_try_get_registration(device)) in vfio_device_fops_cdev_open()
31 bool vfio_device_try_get_registration(struct vfio_device *device);
177 bool vfio_device_try_get_registration(struct vfio_device *device) in vfio_device_try_get_registration() function181 EXPORT_SYMBOL_GPL(vfio_device_try_get_registration);
45 if (ret && vfio_device_try_get_registration(it)) { in vfio_device_get_from_name()
304 bool vfio_device_try_get_registration(struct vfio_device *device);
273 if (!vfio_device_try_get_registration(&vdev->vdev)) { in vfio_pci_core_feature_dma_buf()