Searched refs:dma_mmap_from_dev_coherent (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-map-ops.h | 157 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, 168 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
|
| /linux/kernel/dma/ |
| H A D | coherent.c | 272 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() function
|
| H A D | direct.c | 657 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_direct_mmap()
|
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 1710 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()
|