Searched defs:dma_alloc_noncoherent (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/arc/mm/
H A Ddma.c28 void *dma_alloc_noncoherent(struct device *dev, size_t size, dma_alloc_noncoherent() function
43 EXPORT_SYMBOL(dma_alloc_noncoherent); variable
/linux-4.4.14/include/asm-generic/
H A Ddma-mapping-broken.h35 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
H A Ddma-mapping-common.h298 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, dma_alloc_noncoherent() function
/linux-4.4.14/arch/nios2/include/asm/
H A Ddma-mapping.h55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/arch/c6x/include/asm/
H A Ddma-mapping.h97 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Ddma-mapping.h39 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, dma_alloc_noncoherent() function
/linux-4.4.14/arch/metag/include/asm/
H A Ddma-mapping.h11 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/arch/cris/include/asm/
H A Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/arch/frv/include/asm/
H A Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/arch/avr32/include/asm/
H A Ddma-mapping.h337 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/arch/blackfin/include/asm/
H A Ddma-mapping.h21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/arch/mn10300/include/asm/
H A Ddma-mapping.h31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Ddma-mapping.h60 dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *dma_handle, dma_alloc_noncoherent() function

Completed in 376 milliseconds