Home
last modified time | relevance | path

Searched refs:dma_sync_sgtable_for_device (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_gem.c257 dma_sync_sgtable_for_device(dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_vunmap()
363 dma_sync_sgtable_for_device(shmem_obj->base.dev->dev, sgt, in pvr_gem_object_create()
/linux-6.15/drivers/dma-buf/heaps/
H A Dcma_heap.c156 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in cma_heap_dma_buf_end_cpu_access()
H A Dsystem_heap.c188 dma_sync_sgtable_for_device(a->dev, a->table, direction); in system_heap_dma_buf_end_cpu_access()
/linux-6.15/drivers/media/usb/stk1160/
H A Dstk1160-video.c330 dma_sync_sgtable_for_device(dma_dev, stk_urb->sgt, DMA_FROM_DEVICE); in stk1160_isoc_irq()
H A Dstk1160-v4l.c237 dma_sync_sgtable_for_device(stk1160_get_dmadev(dev), stk_urb->sgt, in stk1160_start_streaming()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c107 dma_sync_sgtable_for_device(drm->dev, rk_obj->sgt, DMA_TO_DEVICE); in rockchip_gem_get_pages()
/linux-6.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c727 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_panic_cmd_transfer_to_host_2d()
758 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_cmd_transfer_to_host_2d()
1196 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_cmd_transfer_to_host_3d()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c624 dma_sync_sgtable_for_device(ptdev->base.dev, sgt, DMA_TO_DEVICE); in panthor_fw_load_section_entry()
686 dma_sync_sgtable_for_device(ptdev->base.dev, sgt, DMA_TO_DEVICE); in panthor_reload_fw_sections()
/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c209 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_prepare()
H A Dvideobuf2-dma-contig.c140 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dc_prepare()
/linux-6.15/include/linux/
H A Ddma-mapping.h454 static inline void dma_sync_sgtable_for_device(struct device *dev, in dma_sync_sgtable_for_device() function
/linux-6.15/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c428 dma_sync_sgtable_for_device(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_fini()
/linux-6.15/drivers/gpu/drm/tegra/
H A Dgem.c706 dma_sync_sgtable_for_device(drm->dev, bo->sgt, DMA_TO_DEVICE); in tegra_gem_prime_end_cpu_access()
/linux-6.15/sound/core/
H A Dmemalloc.c607 dma_sync_sgtable_for_device(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux-6.15/drivers/spi/
H A Dspi.c1326 dma_sync_sgtable_for_device(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_device()
1328 dma_sync_sgtable_for_device(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_device()
/linux-6.15/drivers/media/usb/uvc/
H A Duvc_video.c1286 dma_sync_sgtable_for_device(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_submit_urb()
/linux-6.15/drivers/accel/qaic/
H A Dqaic_data.c1242 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
/linux-6.15/drivers/crypto/
H A Dsa2ul.c1196 dma_sync_sgtable_for_device(ddev, &mapped_sg->sgt, DMA_TO_DEVICE); in sa_run()
/linux-6.15/Documentation/core-api/
H A Ddma-api.rst637 Before giving the memory to the device, dma_sync_sgtable_for_device() needs