1. NAME

acpi_bus_register_driver - register a driver with the ACPI bus

2. SYNOPSIS

int acpi_bus_register_driver(struct acpi_driver *  driver );

3. ARGUMENTS

driver
    driver being registered

4. DESCRIPTION

Registers a driver with the ACPI bus. Searches the namespace for all devices that match the driverAqs criteria and binds. Returns zero for success or a negative error status for failure.

5. COPYRIGHT