.\" 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_OPEN_HELPER" "9" "09 October 2005" "" ""
.SH NAME
drm_open_helper \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_open_helper (struct inode * \fIinode\fB, struct file * \fIfilp\fB, drm_device_t * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
-- undescribed --
.TP
\fB\fIfilp\fB\fR
-- undescribed --
.TP
\fB\fIdev\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\\param inode device inode.
\\param filp file pointer.
\\param dev device.
\\return zero on success or a negative number on failure.
.PP
Creates and initializes a drm_file structure for the file private data in \\p
filp and add it into the double linked list in \\p dev.