| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_gem.c | 267 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 D | rocket_gem.c | 177 dma_sync_sgtable_for_device(dev->dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in rocket_ioctl_fini_bo()
|
| /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() 483 dma_sync_sgtable_for_device(buf->dev, sgt, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_end_cpu_access()
|
| 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/panthor/ |
| H A D | panthor_gem.c | 301 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 D | panfrost_gem.c | 342 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 D | spi-amlogic-spisg.c | 316 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 D | spi.c | 1315 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 D | cma_heap.c | 176 dma_sync_sgtable_for_device(a->dev, &a->table, direction); in cma_heap_dma_buf_end_cpu_access()
|
| H A D | system_heap.c | 177 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 D | virtgpu_vq.c | 730 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 D | rockchip_drm_gem.c | 109 dma_sync_sgtable_for_device(drm->dev, rk_obj->sgt, DMA_TO_DEVICE); in rockchip_gem_get_pages()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 273 dma_sync_sgtable_for_device(dev, ubuf->sg, direction); in end_cpu_udmabuf()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gem.c | 429 dma_sync_sgtable_for_device(dev->dev, etnaviv_obj->sgt, in etnaviv_gem_cpu_fini()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 707 dma_sync_sgtable_for_device(drm->dev, bo->sgt, DMA_TO_DEVICE); in tegra_gem_prime_end_cpu_access()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 587 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 D | ispstat.c | 164 dma_sync_sgtable_for_device(stat->isp->dev, &buf->sgt, DMA_FROM_DEVICE); in isp_stat_buf_sync_for_device()
|
| H A D | ispccdc.c | 458 dma_sync_sgtable_for_device(isp->dev, &req->table.sgt, in ccdc_lsc_config()
|
| /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/usb/core/ |
| H A D | hcd.c | 1437 dma_sync_sgtable_for_device(hcd->self.sysdev, urb->sgt, dir); in usb_hcd_map_urb_for_dma()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_data.c | 1270 dma_sync_sgtable_for_device(&qdev->pdev->dev, bo->sgt, bo->dir); in send_bo_list_to_device()
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.c | 1196 dma_sync_sgtable_for_device(ddev, &mapped_sg->sgt, DMA_TO_DEVICE); in sa_run()
|