SYSDEV_DRIVER_REGIST(9) Device drivers infrastructure SYSDEV_DRIVER_REGIST(9)NAMEsysdev_driver_register - Register auxillary driverSYNOPSISint sysdev_driver_register(struct sysdev_class * cls, struct sysdev_driver * drv);ARGUMENTScls Device class driver belongs to. drv Driver.DESCRIPTIONdrv is inserted into cls->drivers to be called on each operation on devices of that class. The refcount of cls is incremented.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SYSDEV_DRIVER_REGIST(9)
| Related Man Pages |
|---|
| kobj(9) - freebsd |
| kobj_class_compile(9) - debian |
| define_class(9) - freebsd |
| kobj_init_static(9) - freebsd |
| drv(1) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Getting command output to putty window title. |
| Update kernel Linux without reboot?! |
| A (ksh) Library For and From UNIX.com |
| 32 bit process addressing more than 4GB |