Home
last modified time | relevance | path

Searched defs:dma_alloc_coherent (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Ddma-mapping.h11 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Ddma-mapping.h12 static void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Ddma-mapping.h15 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h15 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Ddma-mapping.h16 #define dma_alloc_coherent(d, s, hp, f) ({ \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-mapping.h409 static inline void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function