Home
last modified time | relevance | path

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

/linux/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/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()
/linux/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()
/linux/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/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c635 dma_sync_sgtable_for_device(ptdev->base.dev, sgt, DMA_TO_DEVICE); in panthor_fw_load_section_entry()
698 dma_sync_sgtable_for_device(ptdev->base.dev, sgt, DMA_TO_DEVICE); in panthor_reload_fw_sections()
/linux/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/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c607 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_cmd_transfer_to_host_2d()
1028 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_cmd_transfer_to_host_3d()
/linux/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/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/sound/core/
H A Dmemalloc.c607 dma_sync_sgtable_for_device(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux/drivers/spi/
H A Dspi.c1330 dma_sync_sgtable_for_device(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_device()
1332 dma_sync_sgtable_for_device(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_device()
/linux/drivers/media/usb/uvc/
H A Duvc_video.c1235 dma_sync_sgtable_for_device(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_submit_urb()
/linux/drivers/accel/qaic/
H A Dqaic_data.c1237 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
/linux/Documentation/core-api/
H A Ddma-api.rst637 Before giving the memory to the device, dma_sync_sgtable_for_device() needs