Home
last modified time | relevance | path

Searched refs:dma_buf_fd_install (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddma-buf.h570 void dma_buf_fd_install(struct dma_buf *dmabuf, int fd);
/linux/drivers/dma-buf/
H A Ddma-heap.c178 dma_buf_fd_install(dmabuf, fd); in dma_heap_ioctl()
H A Ddma-buf.c819 void dma_buf_fd_install(struct dma_buf *dmabuf, int fd) in dma_buf_fd_install() function
824 EXPORT_SYMBOL_NS_GPL(dma_buf_fd_install, "DMA_BUF");
/linux/drivers/gpu/drm/
H A Ddrm_prime.c527 dma_buf_fd_install(dmabuf, fd); in drm_gem_prime_handle_to_fd()
/linux/drivers/misc/
H A Dfastrpc.c1837 dma_buf_fd_install(buf->dmabuf, bp.fd); in fastrpc_dmabuf_alloc()