Home
last modified time | relevance | path

Searched refs:dma_alloc_noncoherent (Results 1 – 25 of 28) sorted by relevance

12

/arch/arc/mm/
Ddma.c29 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
44 EXPORT_SYMBOL(dma_alloc_noncoherent);
/arch/alpha/include/asm/
Ddma-mapping.h48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/s390/include/asm/
Ddma-mapping.h28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/sparc/include/asm/
Ddma-mapping.h12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/openrisc/include/asm/
Ddma-mapping.h70 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/mips/include/asm/
Ddma-mapping.h93 void *dma_alloc_noncoherent(struct device *dev, size_t size,
/arch/hexagon/include/asm/
Ddma-mapping.h38 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/unicore32/include/asm/
Ddma-mapping.h107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/ia64/include/asm/
Ddma-mapping.h51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/c6x/include/asm/
Ddma-mapping.h89 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/arch/sh/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/arm64/include/asm/
Ddma-mapping.h126 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/frv/include/asm/
Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/mips/mm/
Ddma-default.c102 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
118 EXPORT_SYMBOL(dma_alloc_noncoherent);
/arch/m68k/include/asm/
Ddma-mapping.h39 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/tile/include/asm/
Ddma-mapping.h132 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
/arch/microblaze/include/asm/
Ddma-mapping.h125 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/mn10300/include/asm/
Ddma-mapping.h31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/arch/cris/include/asm/
Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/xtensa/include/asm/
Ddma-mapping.h29 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/x86/include/asm/
Ddma-mapping.h57 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/avr32/include/asm/
Ddma-mapping.h336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/blackfin/include/asm/
Ddma-mapping.h21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/powerpc/include/asm/
Ddma-mapping.h211 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/arm/include/asm/
Ddma-mapping.h102 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function

12