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

/linux-4.4.14/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.4.14/arch/arm/mm/
H A Ddma-mapping.c1249 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __iommu_create_mapping()
1287 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __iommu_remove_mapping()
1509 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __map_sg_chunk()
1730 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_coherent_iommu_map_page()
1783 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_coherent_iommu_unmap_page()
1808 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_unmap_page()
1827 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_sync_single_for_cpu()
1841 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_sync_single_for_device()
2006 to_dma_iommu_mapping(dev) = mapping; __arm_iommu_attach_device()
2043 mapping = to_dma_iommu_mapping(dev); __arm_iommu_detach_device()
2051 to_dma_iommu_mapping(dev) = NULL; __arm_iommu_detach_device()
2102 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_teardown_iommu_dma_ops()

Completed in 344 milliseconds