SYSDEV_DRIVER_REGIST

Section: Device drivers infrastructure (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

sysdev_driver_register - Register auxillary 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.  

COPYRIGHT