Searched refs:sync_single_for_cpu (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/xen/arm/ |
D | page-coherent.h | 90 if (xen_get_dma_ops(hwdev)->sync_single_for_cpu) in xen_dma_sync_single_for_cpu() 91 xen_get_dma_ops(hwdev)->sync_single_for_cpu(hwdev, handle, size, dir); in xen_dma_sync_single_for_cpu()
|
/linux-4.19.296/include/linux/ |
D | dma-mapping.h | 117 void (*sync_single_for_cpu)(struct device *dev, member 359 if (ops->sync_single_for_cpu) in dma_sync_single_for_cpu() 360 ops->sync_single_for_cpu(dev, addr, size, dir); in dma_sync_single_for_cpu() 385 if (ops->sync_single_for_cpu) in dma_sync_single_range_for_cpu() 386 ops->sync_single_for_cpu(dev, addr + offset, size, dir); in dma_sync_single_range_for_cpu()
|
/linux-4.19.296/drivers/pci/controller/ |
D | vmd.c | 379 vmd_dma_ops(dev)->sync_single_for_cpu(to_vmd_dev(dev), addr, size, dir); in vmd_sync_single_for_cpu() 451 ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_cpu); in vmd_setup_dma_ops()
|
/linux-4.19.296/drivers/xen/ |
D | swiotlb-xen.c | 709 .sync_single_for_cpu = xen_swiotlb_sync_single_for_cpu,
|