Home
last modified time | relevance | path

Searched defs:dma_get_sgtable (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/c6x/include/asm/
Ddma-mapping.h108 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable() function
/linux-4.4.14/arch/nios2/include/asm/
Ddma-mapping.h138 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/frv/include/asm/
Ddma-mapping.h143 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable() function
/linux-4.4.14/arch/m68k/include/asm/
Ddma-mapping.h121 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/metag/include/asm/
Ddma-mapping.h192 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/mn10300/include/asm/
Ddma-mapping.h179 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable() function
/linux-4.4.14/arch/blackfin/include/asm/
Ddma-mapping.h165 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/arc/include/asm/
Ddma-mapping.h37 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/avr32/include/asm/
Ddma-mapping.h348 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/cris/include/asm/
Ddma-mapping.h169 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) macro
/linux-4.4.14/arch/parisc/include/asm/
Ddma-mapping.h252 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable() function
/linux-4.4.14/include/asm-generic/
Ddma-mapping-common.h239 #define dma_get_sgtable(d, t, v, h, s) dma_get_sgtable_attrs(d, t, v, h, s, NULL) macro