Home
last modified time | relevance | path

Searched refs:iommu_get_dma_domain (Results 1 – 2 of 2) sorted by relevance

/drivers/iommu/
Ddma-iommu.c444 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap()
466 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map()
567 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_alloc_remap()
660 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_cpu()
672 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_device()
813 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_sg()
1088 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_get_merge_boundary()
Diommu.c1753 struct iommu_domain *iommu_get_dma_domain(struct device *dev) in iommu_get_dma_domain() function