Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/dma/
Dmapping.c354 else if (ops->sync_single_for_device) in dma_sync_single_for_device()
355 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
828 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
/Linux-v6.6/drivers/xen/
Dswiotlb-xen.c396 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/Linux-v6.6/arch/mips/jazz/
Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/Linux-v6.6/include/linux/
Ddma-map-ops.h71 void (*sync_single_for_device)(struct device *dev, member
/Linux-v6.6/arch/arm/mm/
Ddma-mapping.c1525 .sync_single_for_device = arm_iommu_sync_single_for_device,
/Linux-v6.6/drivers/iommu/
Ddma-iommu.c1617 .sync_single_for_device = iommu_dma_sync_single_for_device,