DRM_RELEASE

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

 

NAME

drm_release -  

SYNOPSIS

"SYNOPSIS"

int drm_release (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.

If the hardware lock is held then free it, and take it again for the kernel context since it's necessary to reclaim buffers. Unlink the file private data from its list and free it. Decreases the open count and if it reaches zero calls takedown.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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