Lines Matching refs:dma_map_ops
196 const struct dma_map_ops arm_dma_ops = {
225 const struct dma_map_ops arm_coherent_dma_ops = {
981 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
1015 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
1034 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
1053 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
1062 static const struct dma_map_ops *arm_get_dma_map_ops(bool coherent) in arm_get_dma_map_ops()
1983 static const struct dma_map_ops iommu_ops = {
2005 static const struct dma_map_ops iommu_coherent_ops = {
2202 static const struct dma_map_ops *arm_get_iommu_dma_map_ops(bool coherent) in arm_get_iommu_dma_map_ops()
2260 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops()