DEVICE_INITIALIZE

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

 

NAME

device_initialize - init device structure.  

SYNOPSIS

"SYNOPSIS"

void device_initialize (struct device * dev);  

ARGUMENTS

dev
device.
 

DESCRIPTION

This prepares the device for use by other layers, including adding it to the device hierarchy. It is the first half of device_register, if called by that, though it can also be called separately, so one may use dev's fields (e.g. the refcount).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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