Searched refs:iommu_device_claim_dma_owner (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Diommu.h1048 int iommu_device_claim_dma_owner(struct device *dev, void *owner);
1382 static inline int iommu_device_claim_dma_owner(struct device *dev, void *owner) function
/linux-master/drivers/iommu/iommufd/
H A Ddevice.c199 rc = iommu_device_claim_dma_owner(dev, ictx);
/linux-master/drivers/iommu/
H A Diommu.c3216 * iommu_device_claim_dma_owner() - Set DMA ownership of a device
3224 int iommu_device_claim_dma_owner(struct device *dev, void *owner) function
3251 EXPORT_SYMBOL_GPL(iommu_device_claim_dma_owner); variable
3282 * Release the DMA ownership claimed by iommu_device_claim_dma_owner().

Completed in 133 milliseconds