Searched defs:dma_alloc_coherent (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | dma-mapping.h | 11 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 D | dma-mapping.h | 11 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 D | dma-mapping.h | 14 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 D | dma-mapping.h | 14 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 D | dma-mapping.h | 16 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
|
/openbmc/linux/tools/virtio/linux/ |
H A D | dma-mapping.h | 16 #define dma_alloc_coherent(d, s, hp, f) ({ \ macro
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | 423 static inline void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
|