/linux-4.1.27/arch/unicore32/mm/ |
H A D | dma-swiotlb.c | 43 .sync_single_for_device = swiotlb_sync_single_for_device,
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | pci-swiotlb.c | 41 .sync_single_for_device = swiotlb_sync_single_for_device,
|
H A D | pci-dma.c | 95 dma_ops->sync_single_for_device = machvec_dma_sync_single; pci_iommu_alloc()
|
/linux-4.1.27/arch/arm/include/asm/xen/ |
H A D | page-coherent.h | 81 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 D | pci-swiotlb.c | 46 .sync_single_for_device = swiotlb_sync_single_for_device,
|
H A D | pci-nommu.c | 96 .sync_single_for_device = nommu_sync_single_for_device,
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | dma-nommu.c | 71 .sync_single_for_device = nommu_sync_single,
|
/linux-4.1.27/include/asm-generic/ |
H A D | dma-mapping-common.h | 121 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 D | pci-swiotlb-xen.c | 26 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | dma-swiotlb.c | 59 .sync_single_for_device = swiotlb_sync_single_for_device,
|
H A D | dma.c | 226 .sync_single_for_device = dma_direct_sync_single,
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | pci-dma.c | 332 .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 D | dma-swiotlb.c | 138 .sync_single_for_device = loongson_dma_sync_single_for_device,
|
/linux-4.1.27/arch/mips/netlogic/common/ |
H A D | nlm-dma.c | 88 .sync_single_for_device = swiotlb_sync_single_for_device,
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | dma-octeon.c | 250 .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 D | dmabounce.c | 328 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 D | ipath_dma.c | 176 .sync_single_for_device = ipath_sync_single_for_device,
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_dma.c | 166 .sync_single_for_device = qib_sync_single_for_device,
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | dma.c | 192 .sync_single_for_device = dma_direct_sync_single_for_device,
|
/linux-4.1.27/arch/arm/xen/ |
H A D | mm.c | 174 .sync_single_for_device = xen_swiotlb_sync_single_for_device,
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | dma.c | 219 .sync_single_for_device = hexagon_sync_single_for_device,
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | dma.c | 241 .sync_single_for_device = or1k_sync_single_for_device,
|
/linux-4.1.27/include/linux/ |
H A D | dma-mapping.h | 51 void (*sync_single_for_device)(struct device *dev, member in struct:dma_map_ops
|
/linux-4.1.27/arch/x86/pci/ |
H A D | sta2x11-fixup.c | 190 .sync_single_for_device = swiotlb_sync_single_for_device,
|
/linux-4.1.27/arch/mips/mm/ |
H A D | dma-default.c | 378 .sync_single_for_device = mips_dma_sync_single_for_device,
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | dma-mapping.c | 349 .sync_single_for_device = __swiotlb_sync_single_for_device,
|
/linux-4.1.27/arch/ia64/sn/pci/ |
H A D | pci_dma.c | 478 .sync_single_for_device = sn_dma_sync_single_for_device,
|
/linux-4.1.27/arch/arm/mm/ |
H A D | dma-mapping.c | 140 .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 D | ioport.c | 648 .sync_single_for_device = pci32_sync_single_for_device,
|
/linux-4.1.27/include/rdma/ |
H A D | ib_verbs.h | 1462 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 D | ehca_mrmw.c | 2590 .sync_single_for_device = ehca_dma_sync_single_for_device,
|
/linux-4.1.27/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 2232 .sync_single_for_device = machvec_dma_sync_single,
|