Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dmapping.c424 else if (ops->sync_sg_for_device) in __dma_sync_sg_for_device()
425 ops->sync_sg_for_device(dev, sg, nelems, dir); in __dma_sync_sg_for_device()
476 !ops->sync_sg_for_device && !ops->sync_sg_for_cpu) in dma_setup_need_sync()
/linux/drivers/xen/
H A Dswiotlb-xen.c418 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/linux/include/linux/
H A Ddma-map-ops.h62 void (*sync_sg_for_device)(struct device *dev, struct scatterlist *sg, member
/linux/arch/arm/mm/
H A Ddma-mapping.c1527 .sync_sg_for_device = arm_iommu_sync_sg_for_device,