Home
last modified time | relevance | path

Searched refs:arch_setup_dma_ops (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm/mm/
H A Ddma-mapping-nommu.c36 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
H A Ddma-mapping.c1761 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
/linux/arch/arc/mm/
H A Ddma.c93 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
/linux/arch/arm64/mm/
H A Ddma-mapping.c41 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
/linux/arch/mips/mm/
H A Ddma-noncoherent.c140 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
/linux/arch/riscv/mm/
H A Ddma-noncoherent.c131 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
/linux/include/linux/
H A Ddma-map-ops.h409 void arch_setup_dma_ops(struct device *dev, bool coherent);
411 static inline void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() function
/linux/drivers/of/
H A Ddevice.c168 arch_setup_dma_ops(dev, coherent); in of_dma_configure_id()