DEVICE_RELEASE

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

 

NAME

device_release - free device structure.  

SYNOPSIS

"SYNOPSIS"

void device_release (struct kobject * kobj);  

ARGUMENTS

kobj
device's kobject.
 

DESCRIPTION

This is called once the reference count for the object reaches 0. We forward the call to the device's release method, which should handle actually freeing the structure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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