Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddma-buf.h381 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_dmabuf.c151 dmabuf = dma_buf_export(&exp_info); in mock_dmabuf()
/Linux-v4.19/drivers/tee/
Dtee_shm.c179 shm->dmabuf = dma_buf_export(&exp_info); in __tee_shm_alloc()
310 shm->dmabuf = dma_buf_export(&exp_info); in tee_shm_register()
/Linux-v4.19/drivers/dma-buf/
Ddma-buf.c389 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export() function
462 EXPORT_SYMBOL_GPL(dma_buf_export);
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c368 dbuf = dma_buf_export(&exp_info); in vb2_vmalloc_get_dmabuf()
Dvideobuf2-dma-sg.c529 dbuf = dma_buf_export(&exp_info); in vb2_dma_sg_get_dmabuf()
Dvideobuf2-dma-contig.c405 dbuf = dma_buf_export(&exp_info); in vb2_dc_get_dmabuf()
/Linux-v4.19/drivers/staging/android/ion/
Dion.c426 dmabuf = dma_buf_export(&exp_info); in ion_alloc()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c713 dma_buf = dma_buf_export(&exp_info); in ttm_prime_handle_to_fd()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_prime.c365 dma_buf = dma_buf_export(exp_info); in drm_gem_dmabuf_export()
/Linux-v4.19/drivers/xen/
Dgntdev-dmabuf.c407 gntdev_dmabuf->dmabuf = dma_buf_export(&exp_info); in dmabuf_exp_from_pages()
/Linux-v4.19/samples/vfio-mdev/
Dmbochs.c922 buf = dma_buf_export(&exp_info); in mbochs_dmabuf_export()