table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| DRIVER_REGISTER(9) | Device drivers infrastructure | DRIVER_REGISTER(9) |
NAME¶
driver_register - register driver with busSYNOPSIS¶
int
driver_register(struct device_driver * drv);
ARGUMENTS¶
drvdriver to register
DESCRIPTION¶
We pass off most of the work to the bus_add_driver call, since most of the things we have to do deal with the bus structures.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |