1. NAME

dma_buf_fd - returns a file descriptor for the given dma_buf

2. SYNOPSIS

int dma_buf_fd(struct dma_buf *  dmabuf , int  flags );

3. ARGUMENTS

dmabuf
    [in] pointer to dma_buf for which fd is required.

flags
    [in] flags to give to fd

4. DESCRIPTION

On success, returns an associated AqfdAq. Else, returns error.

5. COPYRIGHT