Lines Matching defs:handle
3118 struct iommu_sva *handle = ERR_PTR(-EINVAL);
3143 handle = ops->sva_bind(dev, mm, drvdata);
3149 return handle;
3155 * @handle: the handle returned by iommu_sva_bind_device()
3163 void iommu_sva_unbind_device(struct iommu_sva *handle)
3166 struct device *dev = handle->dev;
3179 ops->sva_unbind(handle);
3186 u32 iommu_sva_get_pasid(struct iommu_sva *handle)
3188 const struct iommu_ops *ops = handle->dev->bus->iommu_ops;
3194 return ops->sva_get_pasid(handle);