1ACPI_BUS_SCAN(9) Device drivers infrastructure ACPI_BUS_SCAN(9)
2
3
4
6 acpi_bus_scan - Add ACPI device node objects in a given namespace
7 scope.
8
10 int acpi_bus_scan(acpi_handle handle);
11
13 handle
14 Root of the namespace scope to scan.
15
17 Scan a given ACPI tree (probably recently hot-plugged) and create and
18 add found devices.
19
20 If no devices were found, -ENODEV is returned, but it does not mean
21 that there has been a real error. There just have been no suitable ACPI
22 objects in the table trunk from which the kernel could create a device
23 and add an appropriate driver.
24
25 Must be called under acpi_scan_lock.
26
28Kernel Hackers Manual 3.10 June 2019 ACPI_BUS_SCAN(9)