Home
last modified time | relevance | path

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

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