Rechercher une page de manuel
acpi_bus_driver_init
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
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
device
- the 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre