/linux-4.4.14/include/asm-generic/ |
D | dma-mapping-broken.h | 36 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
D | dma-mapping-common.h | 307 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/linux-4.4.14/arch/arc/mm/ |
D | dma.c | 45 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/ |
D | dma-mapping.h | 98 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | dma-mapping.h | 56 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | dma-mapping.h | 16 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dma-mapping.h | 44 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/ |
D | dma-mapping.h | 12 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | dma-mapping.h | 32 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | dma-mapping.h | 22 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | dma-mapping.h | 338 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | dma-mapping.h | 14 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma-mapping.h | 74 dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|