Rechercher une page de manuel
sysdev_driver_register
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
sysdev_driver_register - Register auxillary driverSYNOPSIS
- 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre