Home
last modified time | relevance | path

Searched refs:dma_buf_export (Results 1 – 24 of 24) 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.h571 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_METHOD_DMABUF_ALLOC()
/linux/drivers/accel/ivpu/
H A Divpu_gem_userptr.c116 dma_buf = dma_buf_export(&exp_info); in ivpu_create_userptr_dmabuf()
/linux/drivers/accel/amdxdna/
H A Damdxdna_ubuf.c221 dbuf = dma_buf_export(&exp_info); in amdxdna_get_ubuf()
/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/Documentation/sound/designs/
H A Dcompress-accel.rst92 output buffers (using 'dma_buf_export()' function). The anonymous
/linux/drivers/vfio/pci/
H A Dvfio_pci_dmabuf.c283 priv->dmabuf = dma_buf_export(&exp_info); in vfio_pci_core_feature_dma_buf()
/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-sg.c537 dbuf = dma_buf_export(&exp_info); in vb2_dma_sg_get_dmabuf()
H A Dvideobuf2-dma-contig.c518 dbuf = dma_buf_export(&exp_info); in vb2_dc_get_dmabuf()
/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c368 dmabuf = dma_buf_export(&exp_info); in cma_heap_allocate()
H A Dsystem_heap.c405 dmabuf = dma_buf_export(&exp_info); in system_heap_allocate()
/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/tee/
H A Dtee_heap.c209 dmabuf = dma_buf_export(&exp_info); in tee_dma_heap_alloc()
/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");
H A Dudmabuf.c320 return dma_buf_export(&exp_info); in export_udmabuf()
/linux/drivers/gpu/drm/
H A Ddrm_prime.c245 dma_buf = dma_buf_export(exp_info); in drm_gem_dmabuf_export()
/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/iommu/iommufd/
H A Dselftest.c2051 dmabuf = dma_buf_export(&exp_info); in iommufd_test_dmabuf_get()
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1876 hl_dmabuf->dmabuf = dma_buf_export(&exp_info); in export_dmabuf()
/linux/drivers/misc/
H A Dfastrpc.c1679 buf->dmabuf = dma_buf_export(&exp_info); in fastrpc_dmabuf_alloc()