Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/arch/parisc/include/asm/
Ddma-mapping.h24 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/arch/ia64/include/asm/
Ddma-mapping.h11 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/arch/x86/include/asm/
Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/arch/alpha/include/asm/
Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/arch/mips/include/asm/
Ddma-mapping.h9 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/arch/sparc/include/asm/
Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops() function
/Linux-v6.6/include/linux/
Ddma-map-ops.h94 return get_arch_dma_ops(); in get_dma_ops()