Name
acpi_bus_register_driver —
register a driver with the ACPI bus
Synopsis
int acpi_bus_register_driver (
struct acpi_driver * driver)
;
Arguments
driver
driver 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 the
number of devices that were claimed by the driver, or a negative
error status for failure.