Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dops_helpers.c48 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
H A Ddirect.c553 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_direct_mmap()
/linux/include/linux/
H A Ddma-map-ops.h165 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma,
176 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
/linux/drivers/iommu/
H A Ddma-iommu.c1682 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()