Home
last modified time | relevance | path

Searched refs:arm_coherent_dma_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/mach-highbank/
Dhighbank.c112 set_dma_ops(dev, &arm_coherent_dma_ops); in highbank_platform_notifier()
/Linux-v4.19/arch/arm/include/asm/
Ddma-mapping.h17 extern const struct dma_map_ops arm_coherent_dma_ops;
/Linux-v4.19/arch/arm/mach-mvebu/
Dcoherency.c101 set_dma_ops(dev, &arm_coherent_dma_ops); in mvebu_hwcc_notifier()
/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c214 const struct dma_map_ops arm_coherent_dma_ops = { variable
224 EXPORT_SYMBOL(arm_coherent_dma_ops);
1156 return coherent ? &arm_coherent_dma_ops : &arm_dma_ops; in arm_get_dma_map_ops()