Searched refs:dma_free_noncoherent (Results 1 - 23 of 23) sorted by relevance

/arch/alpha/include/asm/
H A Ddma-mapping.h49 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/sparc/include/asm/
H A Ddma-mapping.h13 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/tile/include/asm/
H A Ddma-mapping.h31 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/c6x/include/asm/
H A Ddma-mapping.h89 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
/arch/frv/include/asm/
H A Ddma-mapping.h16 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/hexagon/include/asm/
H A Ddma-mapping.h39 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/ia64/include/asm/
H A Ddma-mapping.h52 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/m68k/include/asm/
H A Ddma-mapping.h29 static inline void dma_free_noncoherent(struct device *dev, size_t size, function
/arch/mips/include/asm/
H A Ddma-mapping.h93 void dma_free_noncoherent(struct device *dev, size_t size,
/arch/sh/include/asm/
H A Ddma-mapping.h43 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/unicore32/include/asm/
H A Ddma-mapping.h108 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/avr32/include/asm/
H A Ddma-mapping.h337 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/blackfin/include/asm/
H A Ddma-mapping.h22 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/cris/include/asm/
H A Ddma-mapping.h14 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/microblaze/include/asm/
H A Ddma-mapping.h124 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/mn10300/include/asm/
H A Ddma-mapping.h32 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
/arch/x86/include/asm/
H A Ddma-mapping.h56 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/xtensa/include/asm/
H A Ddma-mapping.h28 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/mips/mm/
H A Ddma-default.c126 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, function
132 EXPORT_SYMBOL(dma_free_noncoherent); variable
/arch/openrisc/include/asm/
H A Ddma-mapping.h36 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/parisc/include/asm/
H A Ddma-mapping.h71 dma_free_noncoherent(struct device *dev, size_t size, function
/arch/powerpc/include/asm/
H A Ddma-mapping.h208 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/arch/arm/include/asm/
H A Ddma-mapping.h139 static inline void dma_free_noncoherent(struct device *dev, size_t size, function

Completed in 204 milliseconds