Name
sysdev_driver_register —
Register auxiliary driver
Synopsis
int sysdev_driver_register ( | struct sysdev_class * cls, |
| struct sysdev_driver * drv) ; |
Arguments
cls
Device class driver belongs to.
drv
Driver.
Description
drv
is inserted into cls
->drivers to be
called on each operation on devices of that class. The refcount
of cls
is incremented.