.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "DRM_MMAP_DMA" "9" "09 October 2005" "" ""
.SH NAME
drm_mmap_dma \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_mmap_dma (struct file * \fIfilp\fB, struct vm_area_struct * \fIvma\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfilp\fB\fR
-- undescribed --
.TP
\fB\fIvma\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\\param filp file pointer.
\\param vma virtual memory area.
\\return zero on success or a negative number on failure.
.PP
Sets the virtual memory area operations structure to vm_dma_ops, the file
pointer, and calls \fBvm_open\fR\&.