Searched refs:sync_single_for_device (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/arm/common/ | 
| D | dmabounce.c | 330 		arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir);  in dmabounce_map_page()442 	arm_dma_ops.sync_single_for_device(dev, handle, size, dir);  in dmabounce_sync_for_device()
 461 	.sync_single_for_device	= dmabounce_sync_for_device,
 
 | 
| /Linux-v5.4/arch/arm/mm/ | 
| D | dma-mapping-nommu.c | 184 	.sync_single_for_device	= arm_nommu_dma_sync_single_for_device,
 | 
| D | dma-mapping.c | 193 	.sync_single_for_device	= arm_dma_sync_single_for_device,1086 		ops->sync_single_for_device(dev, sg_dma_address(s), s->length,  in arm_dma_sync_sg_for_device()
 2027 	.sync_single_for_device	= arm_iommu_sync_single_for_device,
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | dma-iommu.c | 207 	.sync_single_for_device	= dma_iommu_sync_for_device,
 | 
| /Linux-v5.4/include/linux/ | 
| D | dma-mapping.h | 120 	void (*sync_single_for_device)(struct device *dev,  member402 	else if (ops->sync_single_for_device)  in dma_sync_single_for_device()
 403 		ops->sync_single_for_device(dev, addr, size, dir);  in dma_sync_single_for_device()
 
 | 
| /Linux-v5.4/drivers/xen/ | 
| D | swiotlb-xen.c | 546 	.sync_single_for_device = xen_swiotlb_sync_single_for_device,
 | 
| /Linux-v5.4/arch/mips/jazz/ | 
| D | jazzdma.c | 680 	.sync_single_for_device	= jazz_dma_sync_single_for_device,
 | 
| /Linux-v5.4/drivers/pci/controller/ | 
| D | vmd.c | 434 	ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_device);  in vmd_setup_dma_ops()
 | 
| /Linux-v5.4/drivers/iommu/ | 
| D | dma-iommu.c | 1104 	.sync_single_for_device	= iommu_dma_sync_single_for_device,
 | 
| D | intel-iommu.c | 4038 	.sync_single_for_device	= bounce_sync_single_for_device,
 |