/arch/arc/mm/ |
D | dma.c | 46 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function
|
/arch/c6x/include/asm/ |
D | dma-mapping.h | 90 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
|
/arch/hexagon/include/asm/ |
D | dma-mapping.h | 38 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/alpha/include/asm/ |
D | dma-mapping.h | 49 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/openrisc/include/asm/ |
D | dma-mapping.h | 80 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/arch/sh/include/asm/ |
D | dma-mapping.h | 43 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/sparc/include/asm/ |
D | dma-mapping.h | 13 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/s390/include/asm/ |
D | dma-mapping.h | 29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/ia64/include/asm/ |
D | dma-mapping.h | 52 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/arm64/include/asm/ |
D | dma-mapping.h | 148 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/arch/unicore32/include/asm/ |
D | dma-mapping.h | 108 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/microblaze/include/asm/ |
D | dma-mapping.h | 103 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 58 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/tile/include/asm/ |
D | dma-mapping.h | 147 #define dma_free_noncoherent(d, s, v, h) dma_free_attrs(d, s, v, h, NULL) macro
|
/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
|
/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
|
/arch/powerpc/include/asm/ |
D | dma-mapping.h | 214 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/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
|
/arch/avr32/include/asm/ |
D | dma-mapping.h | 337 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/arm/include/asm/ |
D | dma-mapping.h | 183 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/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
|
/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
|
/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
|
/arch/xtensa/include/asm/ |
D | dma-mapping.h | 30 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/arch/mips/mm/ |
D | dma-default.c | 167 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function
|