SYSDEV_DRIVER_REGISTER
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
sysdev_driver_register - Register auxillary driver
SYNOPSIS
"SYNOPSIS"
int sysdev_driver_register (struct sysdev_class * cls, struct sysdev_driver * drv);
ARGUMENTS
- cls
-
Device class driver belongs to.
- drv
-
Driver.
DESCRIPTION
If cls is valid, then drv is inserted into cls->drivers to be
called on each operation on devices of that class. The refcount
of cls is incremented.
Otherwise, drv is inserted into global_drivers, and called for
each device.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:41:09 GMT, October 06, 2005