Searched refs:dma_alloc_from_dev_coherent (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddma-map-ops.h177 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size,
189 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) macro
/linux-master/kernel/dma/
H A Dcoherent.c174 * dma_alloc_from_dev_coherent() - allocate memory from device coherent pool
187 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, function
260 * @vaddr: cpu address returned by dma_alloc_from_dev_coherent
H A Dmapping.c513 if (dma_alloc_from_dev_coherent(dev, size, dma_handle, &cpu_addr))

Completed in 114 milliseconds