Searched refs:sync_single_for_device (Results 1 - 32 of 32) sorted by relevance

/linux-4.1.27/arch/unicore32/mm/
H A Ddma-swiotlb.c43 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.1.27/arch/ia64/kernel/
H A Dpci-swiotlb.c41 .sync_single_for_device = swiotlb_sync_single_for_device,
H A Dpci-dma.c95 dma_ops->sync_single_for_device = machvec_dma_sync_single; pci_iommu_alloc()
/linux-4.1.27/arch/arm/include/asm/xen/
H A Dpage-coherent.h81 if (__generic_dma_ops(hwdev)->sync_single_for_device) xen_dma_sync_single_for_device()
82 __generic_dma_ops(hwdev)->sync_single_for_device(hwdev, handle, size, dir); xen_dma_sync_single_for_device()
/linux-4.1.27/arch/x86/kernel/
H A Dpci-swiotlb.c46 .sync_single_for_device = swiotlb_sync_single_for_device,
H A Dpci-nommu.c96 .sync_single_for_device = nommu_sync_single_for_device,
/linux-4.1.27/arch/sh/kernel/
H A Ddma-nommu.c71 .sync_single_for_device = nommu_sync_single,
/linux-4.1.27/include/asm-generic/
H A Ddma-mapping-common.h121 if (ops->sync_single_for_device) dma_sync_single_for_device()
122 ops->sync_single_for_device(dev, addr, size, dir); dma_sync_single_for_device()
149 if (ops->sync_single_for_device) dma_sync_single_range_for_device()
150 ops->sync_single_for_device(dev, addr + offset, size, dir); dma_sync_single_range_for_device()
/linux-4.1.27/arch/x86/xen/
H A Dpci-swiotlb-xen.c26 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux-4.1.27/arch/powerpc/kernel/
H A Ddma-swiotlb.c59 .sync_single_for_device = swiotlb_sync_single_for_device,
H A Ddma.c226 .sync_single_for_device = dma_direct_sync_single,
/linux-4.1.27/arch/tile/kernel/
H A Dpci-dma.c332 .sync_single_for_device = tile_dma_sync_single_for_device,
519 .sync_single_for_device = tile_pci_dma_sync_single_for_device,
555 .sync_single_for_device = swiotlb_sync_single_for_device,
570 .sync_single_for_device = tile_pci_dma_sync_single_for_device,
/linux-4.1.27/arch/mips/loongson/common/
H A Ddma-swiotlb.c138 .sync_single_for_device = loongson_dma_sync_single_for_device,
/linux-4.1.27/arch/mips/netlogic/common/
H A Dnlm-dma.c88 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.1.27/arch/mips/cavium-octeon/
H A Ddma-octeon.c250 .sync_single_for_device = octeon_dma_sync_single_for_device,
336 .sync_single_for_device = octeon_dma_sync_single_for_device,
/linux-4.1.27/arch/arm/common/
H A Ddmabounce.c328 arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir); dmabounce_map_page()
440 arm_dma_ops.sync_single_for_device(dev, handle, size, dir); dmabounce_sync_for_device()
459 .sync_single_for_device = dmabounce_sync_for_device,
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_dma.c176 .sync_single_for_device = ipath_sync_single_for_device,
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_dma.c166 .sync_single_for_device = qib_sync_single_for_device,
/linux-4.1.27/arch/microblaze/kernel/
H A Ddma.c192 .sync_single_for_device = dma_direct_sync_single_for_device,
/linux-4.1.27/arch/arm/xen/
H A Dmm.c174 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux-4.1.27/arch/hexagon/kernel/
H A Ddma.c219 .sync_single_for_device = hexagon_sync_single_for_device,
/linux-4.1.27/arch/openrisc/kernel/
H A Ddma.c241 .sync_single_for_device = or1k_sync_single_for_device,
/linux-4.1.27/include/linux/
H A Ddma-mapping.h51 void (*sync_single_for_device)(struct device *dev, member in struct:dma_map_ops
/linux-4.1.27/arch/x86/pci/
H A Dsta2x11-fixup.c190 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.1.27/arch/mips/mm/
H A Ddma-default.c378 .sync_single_for_device = mips_dma_sync_single_for_device,
/linux-4.1.27/arch/arm64/mm/
H A Ddma-mapping.c349 .sync_single_for_device = __swiotlb_sync_single_for_device,
/linux-4.1.27/arch/ia64/sn/pci/
H A Dpci_dma.c478 .sync_single_for_device = sn_dma_sync_single_for_device,
/linux-4.1.27/arch/arm/mm/
H A Ddma-mapping.c140 .sync_single_for_device = arm_dma_sync_single_for_device,
981 ops->sync_single_for_device(dev, sg_dma_address(s), s->length, arm_dma_sync_sg_for_device()
1849 .sync_single_for_device = arm_iommu_sync_single_for_device,
/linux-4.1.27/arch/sparc/kernel/
H A Dioport.c648 .sync_single_for_device = pci32_sync_single_for_device,
/linux-4.1.27/include/rdma/
H A Dib_verbs.h1462 void (*sync_single_for_device)(struct ib_device *dev, member in struct:ib_dma_mapping_ops
2344 dev->dma_ops->sync_single_for_device(dev, addr, size, dir); ib_dma_sync_single_for_device()
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c2590 .sync_single_for_device = ehca_dma_sync_single_for_device,
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c2232 .sync_single_for_device = machvec_dma_sync_single,

Completed in 266 milliseconds