Searched refs:sync_single_for_device (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/dma/
H A Dmapping.c354 else if (ops->sync_single_for_device)
355 ops->sync_single_for_device(dev, addr, size, dir);
850 return ops->sync_single_for_cpu || ops->sync_single_for_device;
/linux-master/arch/mips/jazz/
H A Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/linux-master/drivers/xen/
H A Dswiotlb-xen.c396 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux-master/include/linux/
H A Ddma-map-ops.h72 void (*sync_single_for_device)(struct device *dev, member in struct:dma_map_ops
/linux-master/arch/arm/mm/
H A Ddma-mapping.c1522 .sync_single_for_device = arm_iommu_sync_single_for_device,
/linux-master/drivers/iommu/
H A Ddma-iommu.c1737 .sync_single_for_device = iommu_dma_sync_single_for_device,
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c893 .sync_single_for_device = vduse_dev_sync_single_for_device,

Completed in 191 milliseconds