Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dmapping.c430 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()
482 !ops->sync_sg_for_device && !ops->sync_sg_for_cpu) in dma_setup_need_sync()
/linux/drivers/xen/
H A Dswiotlb-xen.c433 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/linux/arch/mips/jazz/
H A Djazzdma.c623 .sync_sg_for_device = jazz_dma_sync_sg_for_device,
/linux/include/linux/
H A Ddma-map-ops.h56 void (*sync_sg_for_device)(struct device *dev, struct scatterlist *sg, member
/linux/arch/arm/mm/
H A Ddma-mapping.c1470 .sync_sg_for_device = arm_iommu_sync_sg_for_device,