/arch/openrisc/include/asm/ |
D | dma-mapping.h | 41 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 43 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 77 return dma_alloc_attrs(dev, size, dma_handle, gfp, &attrs); in dma_alloc_noncoherent()
|
/arch/alpha/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 17 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/tile/include/asm/ |
D | dma-mapping.h | 106 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 131 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 132 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL)
|
/arch/sparc/include/asm/ |
D | dma-mapping.h | 34 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 36 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/mips/include/asm/ |
D | dma-mapping.h | 63 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 65 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/hexagon/include/asm/ |
D | dma-mapping.h | 74 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 76 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/unicore32/include/asm/ |
D | dma-mapping.h | 85 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 87 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/ia64/include/asm/ |
D | dma-mapping.h | 26 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 28 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/arm/include/asm/ |
D | dma-mapping.h | 131 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 133 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function 198 return dma_alloc_attrs(dev, size, dma_handle, flag, &attrs); in dma_alloc_writecombine()
|
/arch/sh/include/asm/ |
D | dma-mapping.h | 56 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 58 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/arm64/include/asm/ |
D | dma-mapping.h | 92 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 95 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/microblaze/include/asm/ |
D | dma-mapping.h | 128 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) 130 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 128 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 131 dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_attrs() function
|
/arch/powerpc/include/asm/ |
D | dma-mapping.h | 138 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) 140 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/m68k/include/asm/ |
D | dma-mapping.h | 23 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
|
/arch/parisc/include/asm/ |
D | dma-mapping.h | 49 #define dma_alloc_attrs(d, s, h, f, a) dma_alloc_coherent(d, s, h, f) macro
|