Home
last modified time | relevance | path

Searched refs:iommu_dma_sync_sg_for_device (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Diommu-dma.h66 void iommu_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sgl,
/linux/drivers/iommu/
H A Ddma-iommu.c1129 void iommu_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, in iommu_dma_sync_sg_for_device() function
1403 iommu_dma_sync_sg_for_device(dev, sg, nents, dir); in iommu_dma_map_sg()
/linux/kernel/dma/
H A Dmapping.c423 iommu_dma_sync_sg_for_device(dev, sg, nelems, dir); in __dma_sync_sg_for_device()