Searched refs:unmap_dma_buf (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c69 .unmap_dma_buf = vmw_prime_unmap_dma_buf,
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c91 .unmap_dma_buf = mock_unmap_dma_buf,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c73 .unmap_dma_buf = omap_gem_unmap_dma_buf,
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c80 .unmap_dma_buf = virtgpu_gem_unmap_dma_buf,
/linux-master/include/linux/
H A Ddma-buf.h177 * @unmap_dma_buf.
182 * @unmap_dma_buf:
189 void (*unmap_dma_buf)(struct dma_buf_attachment *, member in struct:dma_buf_ops
/linux-master/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c184 .unmap_dma_buf = xe_dma_buf_unmap,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c208 .unmap_dma_buf = drm_gem_unmap_dma_buf,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c206 * amdgpu_dma_buf_unmap - &dma_buf_ops.unmap_dma_buf implementation
274 .unmap_dma_buf = amdgpu_dma_buf_unmap,
/linux-master/drivers/dma-buf/
H A Ddma-buf.c618 || !exp_info->ops->unmap_dma_buf
792 attach->dmabuf->ops->unmap_dma_buf(attach, sg_table,
856 * - &dma_buf_ops.unmap_dma_buf()
989 attach->dmabuf->ops->unmap_dma_buf(attach, sg_table, direction);
1195 * deallocate the scatterlist associated. Is a wrapper for unmap_dma_buf() of
1227 * deallocate the scatterlist associated. Is a wrapper for unmap_dma_buf() of
H A Dudmabuf.c185 .unmap_dma_buf = unmap_udmabuf,
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c305 .unmap_dma_buf = system_heap_unmap_dma_buf,
H A Dcma_heap.c266 .unmap_dma_buf = cma_heap_unmap_dma_buf,
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c330 .unmap_dma_buf = vb2_vmalloc_dmabuf_ops_unmap,
H A Dvideobuf2-dma-contig.c465 .unmap_dma_buf = vb2_dc_dmabuf_ops_unmap,
H A Dvideobuf2-dma-sg.c513 .unmap_dma_buf = vb2_dma_sg_dmabuf_ops_unmap,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_gem.c481 .unmap_dma_buf = armada_gem_prime_unmap_dma_buf,
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c657 * drm_gem_unmap_dma_buf - unmap_dma_buf implementation for GEM
662 * This can be used as the &dma_buf_ops.unmap_dma_buf callback.
793 .unmap_dma_buf = drm_gem_unmap_dma_buf,
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c739 .unmap_dma_buf = tegra_gem_prime_unmap_dma_buf,
/linux-master/drivers/xen/
H A Dgntdev-dmabuf.c343 .unmap_dma_buf = dmabuf_exp_ops_unmap_dma_buf,
/linux-master/samples/vfio-mdev/
H A Dmbochs.c927 .unmap_dma_buf = mbochs_unmap_dmabuf,
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1852 .unmap_dma_buf = hl_unmap_dmabuf,
/linux-master/drivers/misc/
H A Dfastrpc.c748 .unmap_dma_buf = fastrpc_unmap_dma_buf,

Completed in 216 milliseconds