Searched refs:dma_alloc_noncoherent (Results 1 – 12 of 12) sorted by relevance
/arch/arc/mm/ |
D | dma.c | 28 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function 43 EXPORT_SYMBOL(dma_alloc_noncoherent); 69 return dma_alloc_noncoherent(dev, size, dma_handle, gfp); in dma_alloc_coherent()
|
/arch/c6x/include/asm/ |
D | dma-mapping.h | 97 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
|
/arch/frv/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/m68k/include/asm/ |
D | dma-mapping.h | 39 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/arch/mn10300/include/asm/ |
D | dma-mapping.h | 31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
|
/arch/cris/include/asm/ |
D | dma-mapping.h | 13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/nios2/include/asm/ |
D | dma-mapping.h | 55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/blackfin/include/asm/ |
D | dma-mapping.h | 21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/avr32/include/asm/ |
D | dma-mapping.h | 337 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/metag/include/asm/ |
D | dma-mapping.h | 11 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/arc/include/asm/ |
D | dma-mapping.h | 17 void *dma_alloc_noncoherent(struct device *dev, size_t size,
|
/arch/parisc/include/asm/ |
D | dma-mapping.h | 62 dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_noncoherent() function
|