1ACPI_SCAN_DROP_DEVIC(9) Device drivers infrastructure ACPI_SCAN_DROP_DEVIC(9)
2
3
4
6 acpi_scan_drop_device - Drop an ACPI device object.
7
9 void acpi_scan_drop_device(acpi_handle handle, void * context);
10
12 handle
13 Handle of an ACPI namespace node, not used.
14
15 context
16 Address of the ACPI device object to drop.
17
19 This is invoked by acpi_ns_delete_node during the removal of the ACPI
20 namespace node the device object pointed to by context is attached to.
21
22 The unregistration is carried out asynchronously to avoid running
23 acpi_device_del under the ACPICA's namespace mutex and the list is used
24 to ensure the correct ordering (the device objects must be unregistered
25 in the same order in which the corresponding namespace nodes are
26 deleted).
27
29Kernel Hackers Manual 3.10 June 2019 ACPI_SCAN_DROP_DEVIC(9)