Symbol: dma_buf_export
drivers/accel/amdxdna/amdxdna_cbuf.c
261
dbuf = dma_buf_export(&exp_info);
drivers/accel/amdxdna/amdxdna_ubuf.c
166
dbuf = dma_buf_export(&exp_info);
drivers/accel/habanalabs/common/memory.c
1876
hl_dmabuf->dmabuf = dma_buf_export(&exp_info);
drivers/accel/ivpu/ivpu_gem_userptr.c
116
dma_buf = dma_buf_export(&exp_info);
drivers/dma-buf/dma-buf.c
779
EXPORT_SYMBOL_NS_GPL(dma_buf_export, "DMA_BUF");
drivers/dma-buf/heaps/cma_heap.c
351
dmabuf = dma_buf_export(&exp_info);
drivers/dma-buf/heaps/system_heap.c
476
dmabuf = dma_buf_export(&exp_info);
drivers/dma-buf/udmabuf.c
301
return dma_buf_export(&exp_info);
drivers/gpu/drm/drm_prime.c
245
dma_buf = dma_buf_export(exp_info);
drivers/gpu/drm/i915/gem/selftests/mock_dmabuf.c
122
dmabuf = dma_buf_export(&exp_info);
drivers/gpu/drm/vmwgfx/ttm_object.c
616
dma_buf = dma_buf_export(&exp_info);
drivers/infiniband/core/uverbs_std_types_dmabuf.c
120
uverbs_dmabuf->dmabuf = dma_buf_export(&exp_info);
drivers/iommu/iommufd/selftest.c
2020
dmabuf = dma_buf_export(&exp_info);
drivers/media/common/videobuf2/videobuf2-dma-contig.c
518
dbuf = dma_buf_export(&exp_info);
drivers/media/common/videobuf2/videobuf2-dma-sg.c
538
dbuf = dma_buf_export(&exp_info);
drivers/media/common/videobuf2/videobuf2-vmalloc.c
352
dbuf = dma_buf_export(&exp_info);
drivers/misc/fastrpc.c
1705
buf->dmabuf = dma_buf_export(&exp_info);
drivers/tee/tee_heap.c
209
dmabuf = dma_buf_export(&exp_info);
drivers/vfio/pci/vfio_pci_dmabuf.c
297
priv->dmabuf = dma_buf_export(&exp_info);
drivers/virtio/virtio_dma_buf.c
33
return dma_buf_export(exp_info);
drivers/xen/gntdev-dmabuf.c
387
gntdev_dmabuf->dmabuf = dma_buf_export(&exp_info);
include/linux/dma-buf.h
567
struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
include/trace/events/dma_buf.h
96
DEFINE_EVENT(dma_buf, dma_buf_export,
samples/vfio-mdev/mbochs.c
1019
buf = dma_buf_export(&exp_info);
sound/soc/fsl/fsl_asrc_m2m.c
475
task->input = dma_buf_export(&exp_info_in);
sound/soc/fsl/fsl_asrc_m2m.c
485
task->output = dma_buf_export(&exp_info_out);