Lines Matching refs:dma_map_ops
131 struct dma_map_ops arm_dma_ops = {
156 struct dma_map_ops arm_coherent_dma_ops = {
914 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
948 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
967 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
986 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
1852 struct dma_map_ops iommu_ops = {
1871 struct dma_map_ops iommu_coherent_ops = {
2070 static struct dma_map_ops *arm_get_iommu_dma_map_ops(bool coherent) in arm_get_iommu_dma_map_ops()
2125 static struct dma_map_ops *arm_get_dma_map_ops(bool coherent) in arm_get_dma_map_ops()
2133 struct dma_map_ops *dma_ops; in arch_setup_dma_ops()