Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-buf.h570 struct dma_buf *dma_buf_get(int fd);
/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.c210 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/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.c572 dma_buf = dma_buf_get(dma_buf_fd); in amdgpu_amdkfd_get_dmabuf_info()
/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c833 dma_buf = dma_buf_get(va_tbl.dmabuf_fd); in amdxdna_gem_create_ubuf_object()
/linux/io_uring/
H A Dzcrx.c171 mem->dmabuf = dma_buf_get(dmabuf_fd); in io_import_dmabuf()