Lines Matching refs:dma_map_ops
130 struct dma_map_ops arm_dma_ops = {
152 struct dma_map_ops arm_coherent_dma_ops = {
904 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
938 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
957 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
976 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
1840 struct dma_map_ops iommu_ops = {
1859 struct dma_map_ops iommu_coherent_ops = {
2058 static struct dma_map_ops *arm_get_iommu_dma_map_ops(bool coherent) in arm_get_iommu_dma_map_ops()
2113 static struct dma_map_ops *arm_get_dma_map_ops(bool coherent) in arm_get_dma_map_ops()
2121 struct dma_map_ops *dma_ops; in arch_setup_dma_ops()