Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/xen/
Dpage-coherent.h96 if (__generic_dma_ops(hwdev)->sync_single_for_device) in xen_dma_sync_single_for_device()
97 __generic_dma_ops(hwdev)->sync_single_for_device(hwdev, handle, size, dir); in xen_dma_sync_single_for_device()
/linux-4.4.14/include/asm-generic/
Ddma-mapping-common.h122 if (ops->sync_single_for_device) in dma_sync_single_for_device()
123 ops->sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
150 if (ops->sync_single_for_device) in dma_sync_single_range_for_device()
151 ops->sync_single_for_device(dev, addr + offset, size, dir); in dma_sync_single_range_for_device()
/linux-4.4.14/arch/unicore32/mm/
Ddma-swiotlb.c43 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.4.14/arch/ia64/kernel/
Dpci-dma.c95 dma_ops->sync_single_for_device = machvec_dma_sync_single; in pci_iommu_alloc()
Dpci-swiotlb.c41 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.4.14/arch/x86/xen/
Dpci-swiotlb-xen.c26 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux-4.4.14/arch/tile/kernel/
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.4.14/arch/mips/netlogic/common/
Dnlm-dma.c78 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.4.14/arch/x86/kernel/
Dpci-nommu.c96 .sync_single_for_device = nommu_sync_single_for_device,
Dpci-swiotlb.c53 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.4.14/arch/sh/kernel/
Ddma-nommu.c71 .sync_single_for_device = nommu_sync_single,
/linux-4.4.14/arch/powerpc/kernel/
Ddma-swiotlb.c59 .sync_single_for_device = swiotlb_sync_single_for_device,
Ddma.c282 .sync_single_for_device = dma_direct_sync_single,
/linux-4.4.14/arch/mips/cavium-octeon/
Ddma-octeon.c242 .sync_single_for_device = octeon_dma_sync_single_for_device,
328 .sync_single_for_device = octeon_dma_sync_single_for_device,
/linux-4.4.14/arch/arm/common/
Ddmabounce.c328 arm_dma_ops.sync_single_for_device(dev, dma_addr, size, dir); in dmabounce_map_page()
440 arm_dma_ops.sync_single_for_device(dev, handle, size, dir); in dmabounce_sync_for_device()
459 .sync_single_for_device = dmabounce_sync_for_device,
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_dma.c176 .sync_single_for_device = ipath_sync_single_for_device,
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_dma.c166 .sync_single_for_device = qib_sync_single_for_device,
/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddma.c183 .sync_single_for_device = hfi1_sync_single_for_device,
/linux-4.4.14/arch/mips/loongson64/common/
Ddma-swiotlb.c133 .sync_single_for_device = loongson_dma_sync_single_for_device,
/linux-4.4.14/arch/hexagon/kernel/
Ddma.c208 .sync_single_for_device = hexagon_sync_single_for_device,
/linux-4.4.14/arch/arm/xen/
Dmm.c193 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
/linux-4.4.14/arch/openrisc/kernel/
Ddma.c241 .sync_single_for_device = or1k_sync_single_for_device,
/linux-4.4.14/arch/microblaze/kernel/
Ddma.c193 .sync_single_for_device = dma_direct_sync_single_for_device,
/linux-4.4.14/arch/xtensa/kernel/
Dpci-dma.c244 .sync_single_for_device = xtensa_sync_single_for_device,
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c354 .sync_single_for_device = __swiotlb_sync_single_for_device,
506 .sync_single_for_device = __dummy_sync_single,
782 .sync_single_for_device = __iommu_sync_single_for_device,
/linux-4.4.14/arch/x86/pci/
Dsta2x11-fixup.c190 .sync_single_for_device = swiotlb_sync_single_for_device,
/linux-4.4.14/arch/ia64/sn/pci/
Dpci_dma.c478 .sync_single_for_device = sn_dma_sync_single_for_device,
/linux-4.4.14/include/linux/
Ddma-mapping.h52 void (*sync_single_for_device)(struct device *dev, member
/linux-4.4.14/arch/mips/mm/
Ddma-default.c426 .sync_single_for_device = mips_dma_sync_single_for_device,
/linux-4.4.14/arch/sparc/kernel/
Dioport.c648 .sync_single_for_device = pci32_sync_single_for_device,
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c141 .sync_single_for_device = arm_dma_sync_single_for_device,
991 ops->sync_single_for_device(dev, sg_dma_address(s), s->length, in arm_dma_sync_sg_for_device()
1861 .sync_single_for_device = arm_iommu_sync_single_for_device,
/linux-4.4.14/include/rdma/
Dib_verbs.h1557 void (*sync_single_for_device)(struct ib_device *dev, member
2795 dev->dma_ops->sync_single_for_device(dev, addr, size, dir); in ib_dma_sync_single_for_device()
/linux-4.4.14/arch/ia64/hp/common/
Dsba_iommu.c2228 .sync_single_for_device = machvec_dma_sync_single,
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_mrmw.c2590 .sync_single_for_device = ehca_dma_sync_single_for_device,