Searched refs:to_dma_iommu_mapping (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Ddevice.h32 #define to_dma_iommu_mapping(dev) ((dev)->archdata.mapping) macro
34 #define to_dma_iommu_mapping(dev) NULL macro
/linux-4.1.27/arch/arm/mm/
H A Ddma-mapping.c1239 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __iommu_create_mapping()
1275 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __iommu_remove_mapping()
1497 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __map_sg_chunk()
1718 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_coherent_iommu_map_page()
1771 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_coherent_iommu_unmap_page()
1796 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_unmap_page()
1815 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_sync_single_for_cpu()
1829 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_sync_single_for_device()
1994 to_dma_iommu_mapping(dev) = mapping; __arm_iommu_attach_device()
2031 mapping = to_dma_iommu_mapping(dev); __arm_iommu_detach_device()
2039 to_dma_iommu_mapping(dev) = NULL; __arm_iommu_detach_device()
2090 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_teardown_iommu_dma_ops()

Completed in 169 milliseconds