DRM_OPEN

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

drm_open -  

SYNOPSIS

"SYNOPSIS"

int drm_open (struct inode * inode, struct file * filp);  

ARGUMENTS

inode
-- undescribed --
filp
-- undescribed --
 

DESCRIPTION

\param inode device inode \param filp file pointer. \return zero on success or a negative number on failure.

Searches the DRM device with the same minor number, calls open_helper, and increments the device open count. If the open count was previous at zero, i.e., it's the first that the device is open, then calls setup.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:05 GMT, October 09, 2005