Searched refs:dma_sync_sgtable_for_cpu (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/dma-buf/heaps/ ! |
D | cma_heap.c | 135 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
|
D | system_heap.c | 168 dma_sync_sgtable_for_cpu(a->dev, a->table, direction); in system_heap_dma_buf_begin_cpu_access()
|
/linux-6.1.9/drivers/media/usb/stk1160/ ! |
D | stk1160-video.c | 317 dma_sync_sgtable_for_cpu(dma_dev, stk_urb->sgt, DMA_FROM_DEVICE); in stk1160_isoc_irq()
|
/linux-6.1.9/drivers/media/common/videobuf2/ ! |
D | videobuf2-dma-sg.c | 220 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish()
|
D | videobuf2-dma-contig.c | 160 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
|
/linux-6.1.9/drivers/gpu/drm/etnaviv/ ! |
D | etnaviv_gem.c | 398 dma_sync_sgtable_for_cpu(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_prep()
|
/linux-6.1.9/include/linux/ ! |
D | dma-mapping.h | 388 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
|
/linux-6.1.9/sound/core/ ! |
D | memalloc.c | 593 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
|
/linux-6.1.9/drivers/gpu/drm/tegra/ ! |
D | gem.c | 673 dma_sync_sgtable_for_cpu(drm->dev, bo->sgt, DMA_FROM_DEVICE); in tegra_gem_prime_begin_cpu_access()
|
/linux-6.1.9/drivers/spi/ ! |
D | spi.c | 1228 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu() 1230 dma_sync_sgtable_for_cpu(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_cpu()
|
/linux-6.1.9/drivers/media/usb/uvc/ ! |
D | uvc_video.c | 1620 dma_sync_sgtable_for_cpu(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_video_complete()
|
/linux-6.1.9/drivers/crypto/ ! |
D | sa2ul.c | 1018 dma_sync_sgtable_for_cpu(rxd->ddev, sgt, DMA_FROM_DEVICE); in sa_sync_from_device()
|
/linux-6.1.9/Documentation/core-api/ ! |
D | dma-api.rst | 639 dma_sync_sgtable_for_cpu(), just like for streaming DMA mappings that are
|