Lines Matching defs:handle
2988 struct iommu_sva *handle = ERR_PTR(-EINVAL);
3010 handle = ops->sva_bind(dev, mm, drvdata);
3016 return handle;
3022 * @handle: the handle returned by iommu_sva_bind_device()
3030 void iommu_sva_unbind_device(struct iommu_sva *handle)
3033 struct device *dev = handle->dev;
3044 ops->sva_unbind(handle);
3051 u32 iommu_sva_get_pasid(struct iommu_sva *handle)
3053 const struct iommu_ops *ops = handle->dev->bus->iommu_ops;
3058 return ops->sva_get_pasid(handle);