Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddma-mapping.h14 extern const struct dma_map_ops arm_coherent_dma_ops;
/kernel/linux/linux-5.10/arch/arm/mach-highbank/
H A Dhighbank.c101 set_dma_ops(dev, &arm_coherent_dma_ops); in highbank_platform_notifier()
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dcoherency.c101 set_dma_ops(dev, &arm_coherent_dma_ops); in mvebu_hwcc_notifier()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Ddma-mapping.c225 const struct dma_map_ops arm_coherent_dma_ops = { variable
238 EXPORT_SYMBOL(arm_coherent_dma_ops); variable
1073 return coherent ? &arm_coherent_dma_ops : &arm_dma_ops; in arm_get_dma_map_ops()

Completed in 5 milliseconds