Home
last modified time | relevance | path

Searched refs:dma_buf_fd (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Ddma-buf.h383 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
/linux-4.19.296/drivers/dma-buf/
Ddma-buf.c471 int dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd() function
486 EXPORT_SYMBOL_GPL(dma_buf_fd);
/linux-4.19.296/drivers/xen/
Dgntdev-dmabuf.c421 ret = dma_buf_fd(gntdev_dmabuf->dmabuf, O_CLOEXEC); in dmabuf_exp_from_pages()
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-core.c1920 ret = dma_buf_fd(dbuf, flags & ~O_ACCMODE); in vb2_core_expbuf()