Home
last modified time | relevance | path

Searched refs:swiotlb_sync_single_for_device (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/dma/
H A Ddirect.h61 swiotlb_sync_single_for_device(dev, paddr, size, dir); in dma_direct_sync_single_for_device()
H A Ddirect.c408 swiotlb_sync_single_for_device(dev, paddr, sg->length, dir); in dma_direct_sync_sg_for_device()
/linux/include/linux/
H A Dswiotlb.h261 static inline void swiotlb_sync_single_for_device(struct device *dev, in swiotlb_sync_single_for_device() function
/linux/drivers/iommu/
H A Ddma-iommu.c1108 swiotlb_sync_single_for_device(dev, phys, size, dir); in iommu_dma_sync_single_for_device()