DEVICE_DEL

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

 

NAME

device_del - delete device from system.  

SYNOPSIS

"SYNOPSIS"

void device_del (struct device * dev);  

ARGUMENTS

dev
device.
 

DESCRIPTION

This is the first part of the device unregistration sequence. This removes the device from the lists we control from here, has it removed from the other driver model subsystems it was added to in device_add, and removes it from the kobject hierarchy.  

NOTE

this should be called manually _iff_ device_add was also called manually.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 04:40:42 GMT, October 06, 2005