Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_dma_buf.c33 return dma_buf_export(exp_info); in virtio_dma_buf_export()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c122 dmabuf = dma_buf_export(&exp_info); in mock_dmabuf()
/linux/include/linux/
H A Ddma-buf.h567 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
/linux/drivers/infiniband/core/
H A Duverbs_std_types_dmabuf.c120 uverbs_dmabuf->dmabuf = dma_buf_export(&exp_info); in UVERBS_HANDLER()
/linux/drivers/accel/ivpu/
H A Divpu_gem_userptr.c116 dma_buf = dma_buf_export(&exp_info); in ivpu_create_userptr_dmabuf()
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c475 task->input = dma_buf_export(&exp_info_in); in fsl_asrc_m2m_comp_task_create()
485 task->output = dma_buf_export(&exp_info_out); in fsl_asrc_m2m_comp_task_create()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c352 dbuf = dma_buf_export(&exp_info); in vb2_vmalloc_get_dmabuf()
H A Dvideobuf2-dma-contig.c518 dbuf = dma_buf_export(&exp_info); in vb2_dc_get_dmabuf()
/linux/drivers/tee/
H A Dtee_heap.c209 dmabuf = dma_buf_export(&exp_info); in tee_dma_heap_alloc()
/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c613 dma_buf = dma_buf_export(&exp_info); in ttm_prime_handle_to_fd()
/linux/drivers/dma-buf/
H A Ddma-buf.c708 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export() function
779 EXPORT_SYMBOL_NS_GPL(dma_buf_export, "DMA_BUF");
/linux/drivers/xen/
H A Dgntdev-dmabuf.c387 gntdev_dmabuf->dmabuf = dma_buf_export(&exp_info); in dmabuf_exp_from_pages()
/linux/samples/vfio-mdev/
H A Dmbochs.c1019 buf = dma_buf_export(&exp_info); in mbochs_dmabuf_export()
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1876 hl_dmabuf->dmabuf = dma_buf_export(&exp_info); in export_dmabuf()