Searched refs:dma_mmap_from_dev_coherent (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/dma/ |
A D | ops_helpers.c | 47 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
|
A D | coherent.c | 263 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 | 503 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 | 172 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, 182 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
|
/linux/drivers/iommu/ |
A D | dma-iommu.c | 1228 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()
|
/linux/arch/arm/mm/ |
A D | dma-mapping.c | 769 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in __arm_dma_mmap()
|
/linux/ |
A D | System.map | 4445 ffff8000101107a0 T dma_mmap_from_dev_coherent
|
A D | .tmp_System.map | 4445 ffff8000101107a0 T dma_mmap_from_dev_coherent
|
Completed in 306 milliseconds