Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Ddma-swiotlb.c61 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/Linux-v4.19/include/linux/
Dswiotlb.h106 swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg,
/Linux-v4.19/kernel/dma/
Dswiotlb.c1019 swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg, in swiotlb_sync_sg_for_device() function
1079 .sync_sg_for_device = swiotlb_sync_sg_for_device,
/Linux-v4.19/arch/arm64/mm/
Ddma-mapping.c255 swiotlb_sync_sg_for_device(dev, sgl, nelems, dir); in __swiotlb_sync_sg_for_device()