Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/android/ion/
Dionmap_test.c61 int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd() argument
66 import_handle.fd = dma_buf_fd; in import_vgem_fd()
/Linux-v4.19/include/linux/
Ddma-buf.h383 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
/Linux-v4.19/drivers/dma-buf/
Ddma-buf.c471 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd() function
486 EXPORT_SYMBOL_GPL(dma_buf_fd);
/Linux-v4.19/Documentation/driver-api/
Ddma-buf.rst83 userspace control setting of O_CLOEXEC flag passed in to dma_buf_fd().
/Linux-v4.19/drivers/tee/
Dtee_shm.c358 fd = dma_buf_fd(shm->dmabuf, O_CLOEXEC); in tee_shm_get_fd()
/Linux-v4.19/drivers/staging/android/ion/
Dion.c432 fd = dma_buf_fd(dmabuf, O_CLOEXEC); in ion_alloc()
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddmabuf.c510 ret = dma_buf_fd(dmabuf, DRM_CLOEXEC | DRM_RDWR); in intel_vgpu_get_dmabuf()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c730 ret = dma_buf_fd(dma_buf, flags); in ttm_prime_handle_to_fd()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_prime.c654 ret = dma_buf_fd(dmabuf, flags); in drm_gem_prime_handle_to_fd()
/Linux-v4.19/drivers/xen/
Dgntdev-dmabuf.c414 ret = dma_buf_fd(gntdev_dmabuf->dmabuf, O_CLOEXEC); in dmabuf_exp_from_pages()
/Linux-v4.19/samples/vfio-mdev/
Dmbochs.c1080 return dma_buf_fd(dmabuf->buf, 0); in mbochs_get_gfx_dmabuf()
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-core.c1888 ret = dma_buf_fd(dbuf, flags & ~O_ACCMODE); in vb2_core_expbuf()