Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_gem.c267 dma_sync_sgtable_for_device(dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_vunmap()
377 dma_sync_sgtable_for_device(drm_dev->dev, sgt, DMA_BIDIRECTIONAL); in pvr_gem_object_create()
/linux/drivers/accel/rocket/
H A Drocket_gem.c177 dma_sync_sgtable_for_device(dev->dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in rocket_ioctl_fini_bo()
/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()
483 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_end_cpu_access()
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/panthor/
H A Dpanthor_gem.c301 dma_sync_sgtable_for_device(attach->dev, sgt, dir); in panthor_gem_prime_end_cpu_access()
308 dma_sync_sgtable_for_device(dev->dev, shmem->sgt, dir); in panthor_gem_prime_end_cpu_access()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c342 dma_sync_sgtable_for_device(attach->dev, sgt, dir); in panfrost_gem_prime_end_cpu_access()
349 dma_sync_sgtable_for_device(dev->dev, shmem->sgt, dir); in panfrost_gem_prime_end_cpu_access()
/linux/drivers/spi/
H A Dspi-amlogic-spisg.c316 dma_sync_sgtable_for_device(spisg->controller->cur_tx_dma_dev, in aml_spisg_setup_transfer()
355 dma_sync_sgtable_for_device(spisg->controller->cur_rx_dma_dev, in aml_spisg_setup_transfer()
H A Dspi.c1315 dma_sync_sgtable_for_device(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_device()
1317 dma_sync_sgtable_for_device(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_device()
/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c176 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in cma_heap_dma_buf_end_cpu_access()
H A Dsystem_heap.c177 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in system_heap_dma_buf_end_cpu_access()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c730 dma_sync_sgtable_for_device(vgdev->vdev->dev.parent, in virtio_gpu_panic_cmd_transfer_to_host_2d()
761 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/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c109 dma_sync_sgtable_for_device(drm->dev, rk_obj->sgt, DMA_TO_DEVICE); in rockchip_gem_get_pages()
/linux/drivers/dma-buf/
H A Dudmabuf.c273 dma_sync_sgtable_for_device(dev, ubuf->sg, direction); in end_cpu_udmabuf()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c429 dma_sync_sgtable_for_device(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_fini()
/linux/drivers/gpu/drm/tegra/
H A Dgem.c707 dma_sync_sgtable_for_device(drm->dev, bo->sgt, DMA_TO_DEVICE); in tegra_gem_prime_end_cpu_access()
/linux/include/linux/
H A Ddma-mapping.h587 static inline void dma_sync_sgtable_for_device(struct device *dev, in dma_sync_sgtable_for_device() function
/linux/drivers/media/platform/ti/omap3isp/
H A Dispstat.c164 dma_sync_sgtable_for_device(stat->isp->dev, &buf->sgt, DMA_FROM_DEVICE); in isp_stat_buf_sync_for_device()
H A Dispccdc.c458 dma_sync_sgtable_for_device(isp->dev, &req->table.sgt, in ccdc_lsc_config()
/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/usb/core/
H A Dhcd.c1437 dma_sync_sgtable_for_device(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_map_urb_for_dma()
/linux/drivers/accel/qaic/
H A Dqaic_data.c1270 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
/linux/drivers/crypto/
H A Dsa2ul.c1196 dma_sync_sgtable_for_device(ddev, &mapped_sg->sgt, DMA_TO_DEVICE); in sa_run()