Home
last modified time | relevance | path

Searched refs:dma_buf_fd (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c65 static int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd() argument
68 .fd = dma_buf_fd, in import_vgem_fd()
/openbmc/linux/include/linux/
H A Ddma-buf.h608 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c71 fd = dma_buf_fd(dmabuf, fd_flags); in dma_heap_buffer_alloc()
H A Dudmabuf.c283 return dma_buf_fd(buf, flags); in udmabuf_create()
H A Ddma-buf.c700 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd() function
715 EXPORT_SYMBOL_NS_GPL(dma_buf_fd, DMA_BUF);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c470 int amdgpu_amdkfd_get_dmabuf_info(struct amdgpu_device *adev, int dma_buf_fd, in amdgpu_amdkfd_get_dmabuf_info() argument
482 dma_buf = dma_buf_get(dma_buf_fd); in amdgpu_amdkfd_get_dmabuf_info()
H A Damdgpu_amdkfd.h238 int amdgpu_amdkfd_get_dmabuf_info(struct amdgpu_device *adev, int dma_buf_fd,
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c632 ret = dma_buf_fd(dma_buf, flags); in ttm_prime_handle_to_fd()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c534 ret = dma_buf_fd(dmabuf, DRM_CLOEXEC | DRM_RDWR); in intel_vgpu_get_dmabuf()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c485 ret = dma_buf_fd(dmabuf, flags); in drm_gem_prime_handle_to_fd()
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c392 ret = dma_buf_fd(gntdev_dmabuf->dmabuf, O_CLOEXEC); in dmabuf_exp_from_pages()
/openbmc/linux/Documentation/driver-api/
H A Ddma-buf.rst83 userspace control setting of O_CLOEXEC flag passed in to dma_buf_fd().
/openbmc/linux/samples/vfio-mdev/
H A Dmbochs.c1182 return dma_buf_fd(dmabuf->buf, 0); in mbochs_get_gfx_dmabuf()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1655 ret = dma_buf_fd(dmabuf, args->flags); in kfd_ioctl_export_dmabuf()
1872 ret = dma_buf_fd(dmabuf, flags); in criu_get_prime_handle()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2289 ret = dma_buf_fd(dbuf, flags & ~O_ACCMODE); in vb2_core_expbuf()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c1627 bp.fd = dma_buf_fd(buf->dmabuf, O_ACCMODE); in fastrpc_dmabuf_alloc()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1852 fd = dma_buf_fd(hl_dmabuf->dmabuf, flags); in export_dmabuf()