Home
last modified time | relevance | path

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

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