Searched refs:dma_sync_sg_for_cpu (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | pci-dma-compat.h | 96 dma_sync_sg_for_cpu(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_cpu()
|
D | dma-mapping.h | 405 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
|
/linux-4.19.296/drivers/media/common/videobuf2/ |
D | videobuf2-dma-sg.c | 218 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->orig_nents, buf->dma_dir); in vb2_dma_sg_finish()
|
D | videobuf2-dma-contig.c | 115 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->orig_nents, buf->dma_dir); in vb2_dc_finish()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | videobuf-dma-sg.c | 587 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist, in __videobuf_sync()
|