1ACPI_BUS_DRIVER_INIT(9) Device drivers infrastructure ACPI_BUS_DRIVER_INIT(9)
2
3
4
6 acpi_bus_driver_init - add a device to a driver
7
9 int acpi_bus_driver_init(struct acpi_device * device,
10 struct acpi_driver * driver);
11
13 device
14 the device to add and initialize
15
16 driver
17 driver for the device
18
20 Used to initialize a device via its device driver. Called whenever a
21 driver is bound to a device. Invokes the driverĀ“s add ops.
22
24Kernel Hackers Manual 2.6. June 2019 ACPI_BUS_DRIVER_INIT(9)