.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ACPI_BUS_REGISTER_DRIVER" "9" "09 October 2005" "" ""
.SH NAME
acpi_bus_register_driver \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int acpi_bus_register_driver (struct acpi_driver * \fIdriver\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdriver\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
------------------------
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.