table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| ACPI_BUS_REGISTER_DR(9) | Device drivers infrastructure | ACPI_BUS_REGISTER_DR(9) |
NAME¶
acpi_bus_register_driver - register a driver with the ACPI busSYNOPSIS¶
int
acpi_bus_register_driver(struct acpi_driver * driver);
ARGUMENTS¶
driverdriver being registered
DESCRIPTION¶
Registers a driver with the ACPI bus. Searches the namespace for all devices that match the driver's criteria and binds. Returns zero for success or a negative error status for failure.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |