Home
last modified time | relevance | path

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

/openbmc/linux/kernel/dma/
H A Dmapping.c354 else if (ops->sync_single_for_device) in dma_sync_single_for_device()
355 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
828 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
/openbmc/linux/drivers/xen/
H A Dswiotlb-xen.c406 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/openbmc/linux/arch/mips/jazz/
H A Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/openbmc/linux/include/linux/
H A Ddma-map-ops.h71 void (*sync_single_for_device)(struct device *dev, member
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c1525 .sync_single_for_device = arm_iommu_sync_single_for_device,
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c1628 .sync_single_for_device = iommu_dma_sync_single_for_device,