Query: acpi_bus_driver_init
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ACPI_BUS_DRIVER_INIT(9) Device drivers infrastructure ACPI_BUS_DRIVER_INIT(9)NAMEacpi_bus_driver_init - add a device to a driverSYNOPSISint acpi_bus_driver_init(struct acpi_device * device, struct acpi_driver * driver);ARGUMENTSdevice the device to add and initialize driver driver for the deviceDESCRIPTIONUsed to initialize a device via its device driver. Called whenever a driver is bound to a device. Invokes the driver's add ops.COPYRIGHTKernel Hackers Manual 2.6. July 2010 ACPI_BUS_DRIVER_INIT(9)