Home
last modified time | relevance | path

Searched refs:dma_mmap_from_coherent (Results 1 – 2 of 2) sorted by relevance

/drivers/base/
Ddma-coherent.c257 int dma_mmap_from_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_coherent() function
280 EXPORT_SYMBOL(dma_mmap_from_coherent);
Ddma-mapping.c260 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()