Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Ddma-mapping.h11 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/kernel/linux/linux-5.10/arch/parisc/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/x86/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
/kernel/linux/linux-5.10/arch/sparc/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
/kernel/linux/linux-5.10/arch/arm/include/asm/
Ddma-mapping.h16 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/kernel/linux/linux-5.10/include/linux/
Ddma-map-ops.h81 return get_arch_dma_ops(dev->bus); in get_dma_ops()