Searched refs:dma_alloc_from_coherent (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/asm-generic/ |
D | dma-coherent.h | 9 int dma_alloc_from_coherent(struct device *dev, ssize_t size, 27 #define dma_alloc_from_coherent(dev, size, handle, ret) (0) macro
|
D | dma-mapping-common.h | 254 if (dma_alloc_from_coherent(dev, size, dma_handle, &cpu_addr)) in dma_alloc_attrs()
|
/linux-4.4.14/arch/cris/arch-v32/drivers/pci/ |
D | dma.c | 27 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in dma_alloc_coherent()
|
/linux-4.4.14/drivers/base/ |
D | dma-coherent.c | 155 int dma_alloc_from_coherent(struct device *dev, ssize_t size, in dma_alloc_from_coherent() function 198 EXPORT_SYMBOL(dma_alloc_from_coherent);
|