Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/dma/
Dmapping.c350 else if (ops->sync_single_for_device) in dma_sync_single_for_device()
351 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
818 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
/Linux-v6.1/drivers/xen/
Dswiotlb-xen.c396 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/Linux-v6.1/include/linux/
Ddma-map-ops.h70 void (*sync_single_for_device)(struct device *dev, member
/Linux-v6.1/arch/mips/jazz/
Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/Linux-v6.1/arch/arm/mm/
Ddma-mapping.c1535 .sync_single_for_device = arm_iommu_sync_single_for_device,
/Linux-v6.1/drivers/iommu/
Ddma-iommu.c1562 .sync_single_for_device = iommu_dma_sync_single_for_device,