Home
last modified time | relevance | path

Searched refs:swiotlb_sync_sg_for_device (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/unicore32/mm/
Ddma-swiotlb.c45 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/arch/ia64/kernel/
Dpci-swiotlb.c43 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/arch/mips/netlogic/common/
Dnlm-dma.c80 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/arch/x86/kernel/
Dpci-swiotlb.c55 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/arch/powerpc/kernel/
Ddma-swiotlb.c61 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/include/linux/
Dswiotlb.h103 swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg,
/linux-4.4.14/arch/mips/loongson64/common/
Ddma-swiotlb.c82 swiotlb_sync_sg_for_device(dev, sg, nents, dir); in loongson_dma_sync_sg_for_device()
/linux-4.4.14/arch/mips/cavium-octeon/
Ddma-octeon.c155 swiotlb_sync_sg_for_device(dev, sg, nelems, direction); in octeon_dma_sync_sg_for_device()
/linux-4.4.14/arch/x86/pci/
Dsta2x11-fixup.c192 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/lib/
Dswiotlb.c977 swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg, in swiotlb_sync_sg_for_device() function
982 EXPORT_SYMBOL(swiotlb_sync_sg_for_device);
/linux-4.4.14/arch/tile/kernel/
Dpci-dma.c557 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c296 swiotlb_sync_sg_for_device(dev, sgl, nelems, dir); in __swiotlb_sync_sg_for_device()