Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Ddma-mapping.h11 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Ddma-mapping.h24 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Ddma-mapping.h9 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddma-mapping.h19 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Ddma-mapping.h7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Ddma-mapping.h16 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops() function
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-map-ops.h87 return get_arch_dma_ops(dev->bus); in get_dma_ops()