Searched refs:iommufd_device_unbind (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Diommufd.h23 void iommufd_device_unbind(struct iommufd_device *idev);
/linux-master/drivers/vfio/
H A Diommufd.c134 iommufd_device_unbind(vdev->iommufd_device);
/linux-master/drivers/iommu/iommufd/
H A Ddevice.c159 * The caller must undo this with iommufd_device_unbind()
214 /* The calling driver is a user until iommufd_device_unbind() */
269 * iommufd_device_unbind - Undo iommufd_device_bind()
277 void iommufd_device_unbind(struct iommufd_device *idev) function
281 EXPORT_SYMBOL_NS_GPL(iommufd_device_unbind, IOMMUFD);
H A Dselftest.c760 iommufd_device_unbind(idev);
1385 iommufd_device_unbind(sobj->idev.idev);

Completed in 250 milliseconds