Searched refs:dma_sync_sgtable_for_cpu (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/dma-buf/heaps/ |
A D | cma_heap.c | 134 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
|
A D | system_heap.c | 168 dma_sync_sgtable_for_cpu(a->dev, a->table, direction); in system_heap_dma_buf_begin_cpu_access()
|
/linux/drivers/media/common/videobuf2/ |
A D | videobuf2-dma-sg.c | 221 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish()
|
A D | videobuf2-dma-contig.c | 156 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
|
/linux/sound/core/ |
A D | memalloc.c | 543 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
|
/linux/include/linux/ |
A D | dma-mapping.h | 383 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
|
/linux/drivers/gpu/drm/etnaviv/ |
A D | etnaviv_gem.c | 394 dma_sync_sgtable_for_cpu(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_prep()
|
/linux/drivers/gpu/drm/tegra/ |
A D | gem.c | 623 dma_sync_sgtable_for_cpu(drm->dev, bo->sgt, DMA_FROM_DEVICE); in tegra_gem_prime_begin_cpu_access()
|
/linux/drivers/media/usb/uvc/ |
A D | uvc_video.c | 1599 dma_sync_sgtable_for_cpu(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_video_complete()
|
/linux/drivers/crypto/ |
A D | sa2ul.c | 1018 dma_sync_sgtable_for_cpu(rxd->ddev, sgt, DMA_FROM_DEVICE); in sa_sync_from_device()
|
/linux/Documentation/core-api/ |
A D | dma-api.rst | 625 dma_sync_sgtable_for_cpu(), just like for streaming DMA mappings that are
|
Completed in 32 milliseconds