Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c135 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction); in cma_heap_dma_buf_begin_cpu_access()
H A Dsystem_heap.c167 dma_sync_sgtable_for_cpu(a->dev, a->table, direction); in system_heap_dma_buf_begin_cpu_access()
/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160-video.c326 dma_sync_sgtable_for_cpu(dma_dev, stk_urb->sgt, DMA_FROM_DEVICE); in stk1160_isoc_irq()
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_data.c1017 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, args->hdr.dir); in qaic_attach_slice_bo_ioctl()
1255 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
1601 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, bo->dir); in dbc_irq_threaded_fn()
1811 dma_sync_sgtable_for_cpu(&qdev->pdev->dev, bo->sgt, bo->dir); in empty_xfer_list()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c220 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_finish()
H A Dvideobuf2-dma-contig.c160 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
/openbmc/linux/include/linux/
H A Ddma-mapping.h389 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c401 dma_sync_sgtable_for_cpu(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_prep()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgem.c674 dma_sync_sgtable_for_cpu(drm->dev, bo->sgt, DMA_FROM_DEVICE); in tegra_gem_prime_begin_cpu_access()
/openbmc/linux/sound/core/
H A Dmemalloc.c591 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/openbmc/linux/drivers/spi/
H A Dspi.c1224 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu()
1226 dma_sync_sgtable_for_cpu(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_cpu()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_video.c1666 dma_sync_sgtable_for_cpu(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_video_complete()
/openbmc/linux/drivers/crypto/
H A Dsa2ul.c1019 dma_sync_sgtable_for_cpu(rxd->ddev, sgt, DMA_FROM_DEVICE); in sa_sync_from_device()
/openbmc/linux/Documentation/core-api/
H A Ddma-api.rst639 dma_sync_sgtable_for_cpu(), just like for streaming DMA mappings that are