Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dswiotlb-xen.c398 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/openbmc/linux/kernel/dma/
H A Dmapping.c382 else if (ops->sync_sg_for_device) in dma_sync_sg_for_device()
383 ops->sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device()
/openbmc/linux/arch/mips/jazz/
H A Djazzdma.c617 .sync_sg_for_device = jazz_dma_sync_sg_for_device,
/openbmc/linux/include/linux/
H A Ddma-map-ops.h76 void (*sync_sg_for_device)(struct device *dev, struct scatterlist *sg, member
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c1530 .sync_sg_for_device = arm_iommu_sync_sg_for_device,
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c1630 .sync_sg_for_device = iommu_dma_sync_sg_for_device,