SYNOPSIS
- int dma_buf_mmap(struct dma_buf * dmabuf, struct vm_area_struct * vma, unsigned long pgoff);
ARGUMENTS
dmabuf
- [in] buffer that should back the vma
vma
- [in] vma for the mmap
pgoff
- [in] offset in pages where this mmap should start within the dma-buf buffer.
DESCRIPTION
Can return negative error values, returns 0 on success.
COPYRIGHT