Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Ddma-mapping-broken.h36 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
Ddma-mapping-common.h307 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/linux-4.4.14/arch/arc/mm/
Ddma.c45 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/avr32/include/asm/
Ddma-mapping.h338 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
/linux-4.4.14/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.4.14/arch/parisc/include/asm/
Ddma-mapping.h74 dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function