| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-vmalloc.c | 264 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, 0); in vb2_vmalloc_dmabuf_ops_detach() 283 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, 0); in vb2_vmalloc_dmabuf_ops_map()
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | cmds.c | 255 dma_unmap_sgtable(dev, &lm_file->sg_table, dir, 0); in pds_vfio_dma_map_lm_file() 278 dma_unmap_sgtable(dev, &lm_file->sg_table, dir, 0); in pds_vfio_dma_unmap_lm_file()
|
| H A D | dirty.c | 446 dma_unmap_sgtable(pdsc_dev, &sg_table, dma_dir, 0); in pds_vfio_dirty_seq_ack()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 198 dma_unmap_sgtable(obj->dev->dev, shmem->sgt, in drm_gem_shmem_release() 518 dma_unmap_sgtable(dev->dev, shmem->sgt, DMA_BIDIRECTIONAL, 0); in drm_gem_shmem_purge_locked()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | firmware.c | 213 dma_unmap_sgtable(fw->device->dev, &fw->mem.sgt, DMA_TO_DEVICE, 0); in nvkm_firmware_dtor()
|
| /linux/rust/kernel/ |
| H A D | scatterlist.rs | 236 bindings::dma_unmap_sgtable(self.dev.as_raw(), self.sgt.as_ptr(), self.dir.into(), 0) in drop()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 162 dma_unmap_sgtable(attach->dev, sgt, dir, 0); in xe_dma_buf_unmap()
|
| H A D | xe_bo.c | 420 dma_unmap_sgtable(xe->drm.dev, xe_tt->sg, in xe_tt_unmap_sg() 1489 dma_unmap_sgtable(ttm_to_xe_device(ttm_bo->bdev)->drm.dev, in xe_bo_dma_unmap_pinned()
|
| /linux/sound/core/ |
| H A D | memalloc.c | 773 dma_unmap_sgtable(dmab->dev.dev, &sgbuf->sgt, DMA_BIDIRECTIONAL, 0); in snd_dma_sg_fallback_alloc() 786 dma_unmap_sgtable(dmab->dev.dev, &sgbuf->sgt, DMA_BIDIRECTIONAL, 0); in snd_dma_sg_fallback_free()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_dma_buf.c | 258 dma_unmap_sgtable(attach->dev, sgt, dir, 0); in amdgpu_dma_buf_unmap()
|
| H A D | amdgpu_amdkfd_gpuvm.c | 600 dma_unmap_sgtable(adev->dev, ttm->sg, direction, 0); in kfd_mem_dmamap_userptr() 738 dma_unmap_sgtable(adev->dev, ttm->sg, direction, 0); in kfd_mem_dmaunmap_userptr()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 139 dma_unmap_sgtable(dev, &vmw_tt->sgt, DMA_BIDIRECTIONAL, 0); in vmw_ttm_unmap_from_dma()
|
| /linux/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 139 dma_unmap_sgtable(attachment->dev, table, direction, 0); in system_heap_unmap_dma_buf()
|
| /linux/drivers/fpga/ |
| H A D | zynq-fpga.c | 481 dma_unmap_sgtable(mgr->dev.parent, sgt, DMA_TO_DEVICE, 0); in zynq_fpga_ops_write()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 180 dma_unmap_sgtable(dev, sg, direction, 0); in put_sg_table()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | submit.c | 117 dma_unmap_sgtable(map->dev, map->sgt, map->direction, 0); in gather_bo_unpin()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_asrc_m2m.c | 439 dma_unmap_sgtable(attachment->dev, table, direction, 0); in fsl_asrc_m2m_unmap_dma_buf()
|
| /linux/drivers/xen/ |
| H A D | gntdev-dmabuf.c | 245 dma_unmap_sgtable(attach->dev, sgt, in dmabuf_exp_ops_detach()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 537 static inline void dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable() function
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_control.c | 332 dma_unmap_sgtable(&qdev->pdev->dev, xfer->sgt, DMA_TO_DEVICE, 0); in free_dma_xfers() 554 dma_unmap_sgtable(&qdev->pdev->dev, xfer->sgt, DMA_TO_DEVICE, 0); in cleanup_xfer()
|
| H A D | qaic_data.c | 920 dma_unmap_sgtable(&qdev->pdev->dev, bo->sgt, bo->dir, 0); in qaic_unprepare_export_bo()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem.c | 141 dma_unmap_sgtable(dev, msm_obj->sgt, DMA_BIDIRECTIONAL, 0); in sync_for_cpu()
|
| /linux/samples/vfio-mdev/ |
| H A D | mbochs.c | 897 dma_unmap_sgtable(at->dev, sg, direction, 0); in mbochs_unmap_dmabuf()
|
| /linux/io_uring/ |
| H A D | zcrx.c | 270 dma_unmap_sgtable(ifq->dev, &area->mem.page_sg_table, in io_zcrx_unmap_area()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | gsp.c | 1574 dma_unmap_sgtable(device->dev, sgt, DMA_BIDIRECTIONAL, 0); in nvkm_gsp_sg_free()
|