arm_coherent_dma_ops   17 arch/arm/include/asm/dma-mapping.h extern const struct dma_map_ops arm_coherent_dma_ops;
arm_coherent_dma_ops  101 arch/arm/mach-highbank/highbank.c 		set_dma_ops(dev, &arm_coherent_dma_ops);
arm_coherent_dma_ops  101 arch/arm/mach-mvebu/coherency.c 	set_dma_ops(dev, &arm_coherent_dma_ops);
arm_coherent_dma_ops  209 arch/arm/mm/dma-mapping.c const struct dma_map_ops arm_coherent_dma_ops = {
arm_coherent_dma_ops  220 arch/arm/mm/dma-mapping.c EXPORT_SYMBOL(arm_coherent_dma_ops);
arm_coherent_dma_ops 1112 arch/arm/mm/dma-mapping.c 	return coherent ? &arm_coherent_dma_ops : &arm_dma_ops;