Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu-dma.h62 void iommu_dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle,
/linux/drivers/iommu/
H A Ddma-iommu.c1099 void iommu_dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, in iommu_dma_sync_single_for_device() function
1137 iommu_dma_sync_single_for_device(dev, in iommu_dma_sync_sg_for_device()
/linux/kernel/dma/
H A Dmapping.c389 iommu_dma_sync_single_for_device(dev, addr, size, dir); in __dma_sync_single_for_device()