acpi_bus_register_driver

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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 zero for success or a negative error status for failure.