Home
last modified time | relevance | path

Searched defs:dma_free_coherent (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Ddma-mapping.h21 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h21 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Ddma-mapping.h22 #define dma_free_coherent(d, s, p, h) kfree(p) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-mapping.h417 static inline void dma_free_coherent(struct device *dev, size_t size, in dma_free_coherent() function