table of contents
other versions
- wheezy 3.2.78-1
ACPI_BUS_DRIVER_INIT(9) | Device drivers infrastructure | ACPI_BUS_DRIVER_INIT(9) |
NAME¶
acpi_bus_driver_init - add a device to a driverSYNOPSIS¶
int
acpi_bus_driver_init(struct acpi_device * device,
struct acpi_driver * driver);
ARGUMENTS¶
devicethe device to add and initialize
driver
driver for the device
DESCRIPTION¶
Used to initialize a device via its device driver. Called whenever a driver is bound to a device. Invokes the driver's add ops.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |