Home
last modified time | relevance | path

Searched defs:dma_free_noncoherent (Results 1 – 25 of 26) sorted by relevance

12

/arch/arc/mm/
Ddma.c46 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function
/arch/c6x/include/asm/
Ddma-mapping.h90 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
/arch/hexagon/include/asm/
Ddma-mapping.h38 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/alpha/include/asm/
Ddma-mapping.h49 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/openrisc/include/asm/
Ddma-mapping.h80 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/arch/sh/include/asm/
Ddma-mapping.h43 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/sparc/include/asm/
Ddma-mapping.h13 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/s390/include/asm/
Ddma-mapping.h29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/ia64/include/asm/
Ddma-mapping.h52 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/arm64/include/asm/
Ddma-mapping.h148 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/arch/unicore32/include/asm/
Ddma-mapping.h108 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/microblaze/include/asm/
Ddma-mapping.h103 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/x86/include/asm/
Ddma-mapping.h58 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/tile/include/asm/
Ddma-mapping.h147 #define dma_free_noncoherent(d, s, v, h) dma_free_attrs(d, s, v, h, NULL) macro
/arch/frv/include/asm/
Ddma-mapping.h16 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/m68k/include/asm/
Ddma-mapping.h44 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/arch/powerpc/include/asm/
Ddma-mapping.h214 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/mn10300/include/asm/
Ddma-mapping.h32 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
/arch/avr32/include/asm/
Ddma-mapping.h337 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/arm/include/asm/
Ddma-mapping.h183 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/arch/blackfin/include/asm/
Ddma-mapping.h22 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/metag/include/asm/
Ddma-mapping.h12 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/cris/include/asm/
Ddma-mapping.h14 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/xtensa/include/asm/
Ddma-mapping.h30 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/mips/mm/
Ddma-default.c167 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function

12