Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Ddma-mapping-nommu.c186 .sync_sg_for_device = arm_nommu_dma_sync_sg_for_device,
Ddma-mapping.c195 .sync_sg_for_device = arm_dma_sync_sg_for_device,
2032 .sync_sg_for_device = arm_iommu_sync_sg_for_device,
/Linux-v5.4/arch/powerpc/kernel/
Ddma-iommu.c209 .sync_sg_for_device = dma_iommu_sync_sg_for_device,
/Linux-v5.4/include/linux/
Ddma-mapping.h126 void (*sync_sg_for_device)(struct device *dev, member
430 else if (ops->sync_sg_for_device) in dma_sync_sg_for_device()
431 ops->sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device()
/Linux-v5.4/drivers/xen/
Dswiotlb-xen.c548 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/Linux-v5.4/arch/mips/jazz/
Djazzdma.c682 .sync_sg_for_device = jazz_dma_sync_sg_for_device,
/Linux-v5.4/arch/arm/common/
Ddmabounce.c465 .sync_sg_for_device = arm_dma_sync_sg_for_device,
/Linux-v5.4/drivers/pci/controller/
Dvmd.c436 ASSIGN_VMD_DMA_OPS(source, dest, sync_sg_for_device); in vmd_setup_dma_ops()
/Linux-v5.4/drivers/iommu/
Ddma-iommu.c1106 .sync_sg_for_device = iommu_dma_sync_sg_for_device,
Dintel-iommu.c4040 .sync_sg_for_device = bounce_sync_sg_for_device,