Home
last modified time | relevance | path

Searched refs:dma_sync_sgtable_for_cpu (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/dma-buf/heaps/
A Dcma_heap.c136 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
A Dsystem_heap.c169 dma_sync_sgtable_for_cpu(a->dev, a->table, direction); in system_heap_dma_buf_begin_cpu_access()
/linux-6.3-rc2/drivers/media/usb/stk1160/
A Dstk1160-video.c317 dma_sync_sgtable_for_cpu(dma_dev, stk_urb->sgt, DMA_FROM_DEVICE); in stk1160_isoc_irq()
/linux-6.3-rc2/drivers/media/common/videobuf2/
A Dvideobuf2-dma-sg.c221 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish()
A Dvideobuf2-dma-contig.c161 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
/linux-6.3-rc2/drivers/gpu/drm/etnaviv/
A Detnaviv_gem.c399 dma_sync_sgtable_for_cpu(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_prep()
/linux-6.3-rc2/include/linux/
A Ddma-mapping.h388 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dgem.c673 dma_sync_sgtable_for_cpu(drm->dev, bo->sgt, DMA_FROM_DEVICE); in tegra_gem_prime_begin_cpu_access()
/linux-6.3-rc2/sound/core/
A Dmemalloc.c591 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux-6.3-rc2/drivers/spi/
A Dspi.c1239 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu()
1241 dma_sync_sgtable_for_cpu(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_cpu()
/linux-6.3-rc2/drivers/media/usb/uvc/
A Duvc_video.c1626 dma_sync_sgtable_for_cpu(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_video_complete()
/linux-6.3-rc2/drivers/crypto/
A Dsa2ul.c1018 dma_sync_sgtable_for_cpu(rxd->ddev, sgt, DMA_FROM_DEVICE); in sa_sync_from_device()
/linux-6.3-rc2/Documentation/core-api/
A Ddma-api.rst639 dma_sync_sgtable_for_cpu(), just like for streaming DMA mappings that are

Completed in 35 milliseconds