Home
last modified time | relevance | path

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

/Linux-v4.19/arch/unicore32/include/asm/
Ddma-mapping.h17 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/riscv/include/asm/
Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/include/asm-generic/
Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/hexagon/include/asm/
Ddma-mapping.h35 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/alpha/include/asm/
Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/sparc/include/asm/
Ddma-mapping.h13 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/x86/include/asm/
Ddma-mapping.h28 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/ia64/include/asm/
Ddma-mapping.h24 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/arm64/include/asm/
Ddma-mapping.h29 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/mips/include/asm/
Ddma-mapping.h9 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/parisc/include/asm/
Ddma-mapping.h26 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/powerpc/include/asm/
Ddma-mapping.h78 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/arch/arm/include/asm/
Ddma-mapping.h19 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/Linux-v4.19/include/xen/arm/
Dpage-coherent.h13 return get_arch_dma_ops(NULL); in xen_get_dma_ops()
/Linux-v4.19/include/linux/
Ddma-mapping.h205 return get_arch_dma_ops(dev ? dev->bus : NULL); in get_dma_ops()