Home
last modified time | relevance | path

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

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