Home
last modified time | relevance | path

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

/linux/arch/arm/common/
A Ddmabounce.c331 arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir); in dmabounce_map_page()
443 arm_dma_ops.sync_single_for_device(dev, handle, size, dir); in dmabounce_sync_for_device()
462 .sync_single_for_device = dmabounce_sync_for_device,
/linux/kernel/dma/
A Dmapping.c343 else if (ops->sync_single_for_device) in dma_sync_single_for_device()
344 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
786 return ops->sync_single_for_cpu || ops->sync_single_for_device; in dma_need_sync()
/linux/arch/mips/jazz/
A Djazzdma.c615 .sync_single_for_device = jazz_dma_sync_single_for_device,
/linux/include/linux/
A Ddma-map-ops.h60 void (*sync_single_for_device)(struct device *dev, member
/linux/drivers/xen/
A Dswiotlb-xen.c555 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux/arch/arm/mm/
A Ddma-mapping.c209 .sync_single_for_device = arm_dma_sync_single_for_device,
1060 ops->sync_single_for_device(dev, sg_dma_address(s), s->length, in arm_dma_sync_sg_for_device()
1998 .sync_single_for_device = arm_iommu_sync_single_for_device,
/linux/drivers/iommu/
A Ddma-iommu.c1299 .sync_single_for_device = iommu_dma_sync_single_for_device,

Completed in 29 milliseconds