DEVICE_ADD

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

 

NAME

device_add - add device to device hierarchy.  

SYNOPSIS

"SYNOPSIS"

int device_add (struct device * dev);  

ARGUMENTS

dev
device.
 

DESCRIPTION

This is part 2 of device_register, though may be called separately _iff_ device_initialize has been called separately.

This adds it to the kobject hierarchy via kobject_add, adds it to the global and sibling lists for the device, then adds it to the other relevant subsystems of the driver model.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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