Searched refs:dma_mmap_from_dev_coherent (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/dma/ |
| A D | ops_helpers.c | 48 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
|
| A D | coherent.c | 271 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() function
|
| A D | direct.c | 553 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_direct_mmap()
|
| /linux/include/linux/ |
| A D | dma-map-ops.h | 165 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/ |
| A D | dma-iommu.c | 1679 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()
|
Completed in 15 milliseconds