Home
last modified time | relevance | path

Searched refs:sync_single_for_device (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/arch/arm/common/
Ddmabounce.c331 arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir); in dmabounce_map_page()
443 arm_dma_ops.sync_single_for_device(dev, handle, size, dir); in dmabounce_sync_for_device()
462 .sync_single_for_device = dmabounce_sync_for_device,
/Linux-v5.10/kernel/dma/
Dmapping.c276 else if (ops->sync_single_for_device) in dma_sync_single_for_device()
277 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
631 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
/Linux-v5.10/arch/arm/mm/
Ddma-mapping-nommu.c187 .sync_single_for_device = arm_nommu_dma_sync_single_for_device,
Ddma-mapping.c209 .sync_single_for_device = arm_dma_sync_single_for_device,
1058 ops->sync_single_for_device(dev, sg_dma_address(s), s->length, in arm_dma_sync_sg_for_device()
1992 .sync_single_for_device = arm_iommu_sync_single_for_device,
/Linux-v5.10/include/linux/
Ddma-map-ops.h59 void (*sync_single_for_device)(struct device *dev, member
/Linux-v5.10/arch/mips/jazz/
Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/Linux-v5.10/drivers/xen/
Dswiotlb-xen.c570 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/Linux-v5.10/drivers/iommu/
Ddma-iommu.c1164 .sync_single_for_device = iommu_dma_sync_single_for_device,
/Linux-v5.10/drivers/iommu/intel/
Diommu.c4002 .sync_single_for_device = bounce_sync_single_for_device,