Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-buf.h570 struct dma_buf *dma_buf_get(int fd);
/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c132 dmabuf = dma_buf_get(fd); in ib_umem_dmabuf_get_with_dma_device()
/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c546 dma_buf = dma_buf_get(fd); in ttm_prime_fd_to_handle()
/linux/net/core/
H A Ddevmem.c203 dmabuf = dma_buf_get(dmabuf_fd); in net_devmem_bind_dmabuf()
/linux/drivers/dma-buf/
H A Ddma-buf.c814 struct dma_buf *dma_buf_get(int fd) in dma_buf_get() function
835 EXPORT_SYMBOL_NS_GPL(dma_buf_get, "DMA_BUF");
/linux/drivers/iio/
H A Dindustrialio-buffer.c1708 dmabuf = dma_buf_get(fd); in iio_buffer_attach_dmabuf()
1801 dmabuf = dma_buf_get(dmabuf_fd);
1872 dmabuf = dma_buf_get(iio_dmabuf.fd); in iio_buffer_enqueue_dmabuf()
/linux/drivers/tee/
H A Dtee_shm.c210 ref->dmabuf = dma_buf_get(fd); in tee_shm_register_fd()
/linux/drivers/xen/
H A Dgntdev-dmabuf.c567 dma_buf = dma_buf_get(fd); in dmabuf_imp_to_refs()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c571 dma_buf = dma_buf_get(dma_buf_fd); in amdgpu_amdkfd_get_dmabuf_info()
/linux/drivers/usb/gadget/function/
H A Df_fs.c1513 dmabuf = dma_buf_get(fd); in ffs_dmabuf_attach()
1578 dmabuf = dma_buf_get(fd); in ffs_dmabuf_detach()
1629 dmabuf = dma_buf_get(req->fd); in ffs_dmabuf_transfer()
/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c800 dma_buf = dma_buf_get(va_tbl.dmabuf_fd); in amdxdna_drm_create_dev_heap_bo()
/linux/drivers/misc/
H A Dfastrpc.c397 buf = dma_buf_get(fd); in fastrpc_map_lookup()
852 map->buf = dma_buf_get(fd); in fastrpc_map_attach()
/linux/io_uring/
H A Dzcrx.c149 mem->dmabuf = dma_buf_get(dmabuf_fd); in io_import_dmabuf()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1392 struct dma_buf *dbuf = dma_buf_get(planes[plane].m.fd); in __prepare_dmabuf()