Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/u-boot/arch/nds32/include/asm/
H A Ddma-mapping.h11 static void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/openbmc/u-boot/arch/x86/include/asm/
H A Ddma-mapping.h14 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/openbmc/u-boot/arch/riscv/include/asm/
H A Ddma-mapping.h16 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/openbmc/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h14 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/openbmc/linux/tools/virtio/linux/
H A Ddma-mapping.h16 #define dma_alloc_coherent(d, s, hp, f) ({ \ macro
/openbmc/linux/include/linux/
H A Ddma-mapping.h423 static inline void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function