.\" 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_STUB_OPEN" "9" "09 October 2005" "" ""
.SH NAME
drm_stub_open \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_stub_open (struct inode * \fIinode\fB, struct file * \fIfilp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
-- undescribed --
.TP
\fB\fIfilp\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\\param inode device inode.
\\param filp file pointer.
.PP
Puts the dev->fops corresponding to the device minor number into
\\p filp, call the \\c open method, and restore the file operations.