Searched refs:dma_sync_sgtable_for_device (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_gem.c | 257 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 D | cma_heap.c | 156 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 D | stk1160-video.c | 330 dma_sync_sgtable_for_device(dma_dev, stk_urb->sgt, DMA_FROM_DEVICE); in stk1160_isoc_irq()
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_gem.c | 107 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 D | panthor_fw.c | 635 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 D | videobuf2-dma-sg.c | 209 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_prepare()
|
H A D | videobuf2-dma-contig.c | 140 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dc_prepare()
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 607 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 D | dma-mapping.h | 454 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 D | gem.c | 706 dma_sync_sgtable_for_device(drm->dev, bo->sgt, DMA_TO_DEVICE); in tegra_gem_prime_end_cpu_access()
|
/linux/sound/core/ |
H A D | memalloc.c | 607 dma_sync_sgtable_for_device(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
|
/linux/drivers/spi/ |
H A D | spi.c | 1330 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 D | uvc_video.c | 1235 dma_sync_sgtable_for_device(uvc_stream_to_dmadev(uvc_urb->stream), in uvc_submit_urb()
|
/linux/drivers/accel/qaic/ |
H A D | qaic_data.c | 1237 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
|
/linux/Documentation/core-api/ |
H A D | dma-api.rst | 637 Before giving the memory to the device, dma_sync_sgtable_for_device() needs
|