Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/virtio/
Dvirtio_dma_buf.c33 return dma_buf_export(exp_info); in virtio_dma_buf_export()
/Linux-v5.15/include/linux/
Ddma-buf.h606 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
/Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/
Dmock_dmabuf.c122 dmabuf = dma_buf_export(&exp_info); in mock_dmabuf()
/Linux-v5.15/drivers/tee/
Dtee_shm.c170 shm->dmabuf = dma_buf_export(&exp_info); in tee_shm_alloc()
314 shm->dmabuf = dma_buf_export(&exp_info); in tee_shm_register()
/Linux-v5.15/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c356 dbuf = dma_buf_export(&exp_info); in vb2_vmalloc_get_dmabuf()
Dvideobuf2-dma-sg.c528 dbuf = dma_buf_export(&exp_info); in vb2_dma_sg_get_dmabuf()
Dvideobuf2-dma-contig.c417 dbuf = dma_buf_export(&exp_info); in vb2_dc_get_dmabuf()
/Linux-v5.15/drivers/dma-buf/heaps/
Dcma_heap.c347 dmabuf = dma_buf_export(&exp_info); in cma_heap_allocate()
Dsystem_heap.c398 dmabuf = dma_buf_export(&exp_info); in system_heap_allocate()
/Linux-v5.15/drivers/dma-buf/
Dudmabuf.c268 buf = dma_buf_export(&exp_info); in udmabuf_create()
Ddma-buf.c523 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export() function
613 EXPORT_SYMBOL_GPL(dma_buf_export);
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dttm_object.c734 dma_buf = dma_buf_export(&exp_info); in ttm_prime_handle_to_fd()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_prime.c246 dma_buf = dma_buf_export(exp_info); in drm_gem_dmabuf_export()
/Linux-v5.15/drivers/xen/
Dgntdev-dmabuf.c390 gntdev_dmabuf->dmabuf = dma_buf_export(&exp_info); in dmabuf_exp_from_pages()
/Linux-v5.15/samples/vfio-mdev/
Dmbochs.c997 buf = dma_buf_export(&exp_info); in mbochs_dmabuf_export()
/Linux-v5.15/drivers/misc/
Dfastrpc.c1273 buf->dmabuf = dma_buf_export(&exp_info); in fastrpc_dmabuf_alloc()