Searched refs:sync_single_for_device (Results 1 – 6 of 6) sorted by relevance
350 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()830 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
396 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
615 .sync_single_for_device = jazz_dma_sync_single_for_device,
70 void (*sync_single_for_device)(struct device *dev, member
1570 .sync_single_for_device = iommu_dma_sync_single_for_device,
1521 .sync_single_for_device = arm_iommu_sync_single_for_device,
Completed in 16 milliseconds