Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/dma/
Dmapping.c375 else if (ops->sync_sg_for_device) in dma_sync_sg_for_device()
376 ops->sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device()
/Linux-v5.15/arch/mips/jazz/
Djazzdma.c617 .sync_sg_for_device = jazz_dma_sync_sg_for_device,
/Linux-v5.15/include/linux/
Ddma-map-ops.h65 void (*sync_sg_for_device)(struct device *dev, struct scatterlist *sg, member
/Linux-v5.15/drivers/xen/
Dswiotlb-xen.c557 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/Linux-v5.15/arch/arm/common/
Ddmabounce.c466 .sync_sg_for_device = arm_dma_sync_sg_for_device,
/Linux-v5.15/arch/arm/mm/
Ddma-mapping.c211 .sync_sg_for_device = arm_dma_sync_sg_for_device,
2003 .sync_sg_for_device = arm_iommu_sync_sg_for_device,
/Linux-v5.15/drivers/iommu/
Ddma-iommu.c1329 .sync_sg_for_device = iommu_dma_sync_sg_for_device,