Home
last modified time | relevance | path

Searched refs:dma_alloc_attrs (Results 1 – 16 of 16) sorted by relevance

/arch/openrisc/include/asm/
Ddma-mapping.h41 #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/
Ddma-mapping.h15 #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/
Ddma-mapping.h106 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/
Ddma-mapping.h34 #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/
Ddma-mapping.h63 #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/
Ddma-mapping.h74 #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/
Ddma-mapping.h85 #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/
Ddma-mapping.h26 #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/
Ddma-mapping.h131 #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/
Ddma-mapping.h56 #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/
Ddma-mapping.h92 #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/
Ddma-mapping.h128 #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/
Ddma-mapping.h128 #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/
Ddma-mapping.h138 #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/
Ddma-mapping.h23 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs() function
/arch/parisc/include/asm/
Ddma-mapping.h49 #define dma_alloc_attrs(d, s, h, f, a) dma_alloc_coherent(d, s, h, f) macro