Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/dma/
Dmapping.c423 else if (ops->sync_sg_for_device) in __dma_sync_sg_for_device()
424 ops->sync_sg_for_device(dev, sg, nelems, dir); in __dma_sync_sg_for_device()
457 !ops->sync_sg_for_device && !ops->sync_sg_for_cpu) in dma_setup_need_sync()
/linux-6.12.1/drivers/xen/
Dswiotlb-xen.c413 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/linux-6.12.1/include/linux/
Ddma-map-ops.h62 void (*sync_sg_for_device)(struct device *dev, struct scatterlist *sg, member
/linux-6.12.1/arch/mips/jazz/
Djazzdma.c617 .sync_sg_for_device = jazz_dma_sync_sg_for_device,
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-dma.c500 .sync_sg_for_device = ipu6_dma_sync_sg_for_cpu,
/linux-6.12.1/arch/arm/mm/
Ddma-mapping.c1527 .sync_sg_for_device = arm_iommu_sync_sg_for_device,