Home
last modified time | relevance | path

Searched refs:sync_sg_for_device (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/arch/x86/xen/
Dpci-swiotlb-xen.c20 .sync_sg_for_device = xen_swiotlb_sync_sg_for_device,
/linux-3.4.99/arch/unicore32/mm/
Ddma-swiotlb.c45 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-3.4.99/arch/ia64/kernel/
Dpci-dma.c106 dma_ops->sync_sg_for_device = machvec_dma_sync_sg; in pci_iommu_alloc()
Dpci-swiotlb.c43 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-3.4.99/arch/powerpc/kernel/
Ddma-swiotlb.c60 .sync_sg_for_device = swiotlb_sync_sg_for_device,
Ddma.c167 .sync_sg_for_device = dma_direct_sync_sg,
/linux-3.4.99/arch/x86/kernel/
Dpci-swiotlb.c45 .sync_sg_for_device = swiotlb_sync_sg_for_device,
Dpci-nommu.c104 .sync_sg_for_device = nommu_sync_sg_for_device,
/linux-3.4.99/include/asm-generic/
Ddma-mapping-common.h168 if (ops->sync_sg_for_device) in dma_sync_sg_for_device()
169 ops->sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device()
/linux-3.4.99/arch/sh/kernel/
Ddma-nommu.c72 .sync_sg_for_device = nommu_sync_sg,
/linux-3.4.99/arch/mips/cavium-octeon/
Ddma-octeon.c252 .sync_sg_for_device = octeon_dma_sync_sg_for_device,
337 .sync_sg_for_device = octeon_dma_sync_sg_for_device,
/linux-3.4.99/arch/microblaze/kernel/
Ddma.c191 .sync_sg_for_device = dma_direct_sync_sg_for_device,
/linux-3.4.99/arch/sparc/kernel/
Dioport.c418 .sync_sg_for_device = sbus_sync_sg_for_device,
659 .sync_sg_for_device = pci32_sync_sg_for_device,
/linux-3.4.99/include/linux/
Ddma-mapping.h44 void (*sync_sg_for_device)(struct device *dev, member
/linux-3.4.99/arch/mips/mm/
Ddma-default.c339 .sync_sg_for_device = mips_dma_sync_sg_for_device,
/linux-3.4.99/arch/ia64/sn/pci/
Dpci_dma.c479 .sync_sg_for_device = sn_dma_sync_sg_for_device,
/linux-3.4.99/arch/ia64/hp/common/
Dsba_iommu.c2225 .sync_sg_for_device = machvec_dma_sync_sg,