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

/linux-master/include/linux/
H A Ddma-map-ops.h179 int dma_release_from_dev_coherent(struct device *dev, int order, void *vaddr);
190 #define dma_release_from_dev_coherent(dev, order, vaddr) (0) macro
/linux-master/kernel/dma/
H A Dcoherent.c216 * dma_release_from_dev_coherent() - free memory to device coherent memory pool
227 int dma_release_from_dev_coherent(struct device *dev, int order, void *vaddr) function
H A Dmapping.c536 if (dma_release_from_dev_coherent(dev, get_order(size), cpu_addr))

Completed in 169 milliseconds