sync_single_for_device  330 arch/arm/common/dmabounce.c 		arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir);
sync_single_for_device  442 arch/arm/common/dmabounce.c 	arm_dma_ops.sync_single_for_device(dev, handle, size, dir);
sync_single_for_device  461 arch/arm/common/dmabounce.c 	.sync_single_for_device	= dmabounce_sync_for_device,
sync_single_for_device  184 arch/arm/mm/dma-mapping-nommu.c 	.sync_single_for_device	= arm_nommu_dma_sync_single_for_device,
sync_single_for_device  193 arch/arm/mm/dma-mapping.c 	.sync_single_for_device	= arm_dma_sync_single_for_device,
sync_single_for_device 1086 arch/arm/mm/dma-mapping.c 		ops->sync_single_for_device(dev, sg_dma_address(s), s->length,
sync_single_for_device 2027 arch/arm/mm/dma-mapping.c 	.sync_single_for_device	= arm_iommu_sync_single_for_device,
sync_single_for_device  680 arch/mips/jazz/jazzdma.c 	.sync_single_for_device	= jazz_dma_sync_single_for_device,
sync_single_for_device  207 arch/powerpc/kernel/dma-iommu.c 	.sync_single_for_device	= dma_iommu_sync_for_device,
sync_single_for_device 1103 drivers/iommu/dma-iommu.c 	.sync_single_for_device	= iommu_dma_sync_single_for_device,
sync_single_for_device 4028 drivers/iommu/intel-iommu.c 	.sync_single_for_device	= bounce_sync_single_for_device,
sync_single_for_device  434 drivers/pci/controller/vmd.c 	ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_device);
sync_single_for_device  546 drivers/xen/swiotlb-xen.c 	.sync_single_for_device = xen_swiotlb_sync_single_for_device,
sync_single_for_device  120 include/linux/dma-mapping.h 	void (*sync_single_for_device)(struct device *dev,
sync_single_for_device  402 include/linux/dma-mapping.h 	else if (ops->sync_single_for_device)
sync_single_for_device  403 include/linux/dma-mapping.h 		ops->sync_single_for_device(dev, addr, size, dir);