Home
last modified time | relevance | path

Searched refs:dma_alloc_from_coherent (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/asm-generic/
Ddma-coherent.h9 int dma_alloc_from_coherent(struct device *dev, ssize_t size,
27 #define dma_alloc_from_coherent(dev, size, handle, ret) (0) macro
Ddma-mapping-common.h254 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/
Ddma.c27 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in dma_alloc_coherent()
/linux-4.4.14/drivers/base/
Ddma-coherent.c155 int dma_alloc_from_coherent(struct device *dev, ssize_t size, in dma_alloc_from_coherent() function
198 EXPORT_SYMBOL(dma_alloc_from_coherent);