Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/common/
Ddmabounce.c330 arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir); in dmabounce_map_page()
442 arm_dma_ops.sync_single_for_device(dev, handle, size, dir); in dmabounce_sync_for_device()
461 .sync_single_for_device = dmabounce_sync_for_device,
/Linux-v5.4/arch/arm/mm/
Ddma-mapping-nommu.c184 .sync_single_for_device = arm_nommu_dma_sync_single_for_device,
Ddma-mapping.c193 .sync_single_for_device = arm_dma_sync_single_for_device,
1086 ops->sync_single_for_device(dev, sg_dma_address(s), s->length, in arm_dma_sync_sg_for_device()
2027 .sync_single_for_device = arm_iommu_sync_single_for_device,
/Linux-v5.4/arch/powerpc/kernel/
Ddma-iommu.c207 .sync_single_for_device = dma_iommu_sync_for_device,
/Linux-v5.4/include/linux/
Ddma-mapping.h120 void (*sync_single_for_device)(struct device *dev, member
402 else if (ops->sync_single_for_device) in dma_sync_single_for_device()
403 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
/Linux-v5.4/drivers/xen/
Dswiotlb-xen.c546 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/Linux-v5.4/arch/mips/jazz/
Djazzdma.c680 .sync_single_for_device = jazz_dma_sync_single_for_device,
/Linux-v5.4/drivers/pci/controller/
Dvmd.c434 ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_device); in vmd_setup_dma_ops()
/Linux-v5.4/drivers/iommu/
Ddma-iommu.c1104 .sync_single_for_device = iommu_dma_sync_single_for_device,
Dintel-iommu.c4038 .sync_single_for_device = bounce_sync_single_for_device,