vfio_device_try_get_registration
if (!vfio_device_try_get_registration(device))
if (ret && vfio_device_try_get_registration(it)) {
if (!vfio_device_try_get_registration(&vdev->vdev)) {
bool vfio_device_try_get_registration(struct vfio_device *device);
EXPORT_SYMBOL_GPL(vfio_device_try_get_registration);
bool vfio_device_try_get_registration(struct vfio_device *device);