1ACPI_BUS_TRIM(9) Device drivers infrastructure ACPI_BUS_TRIM(9)
23
4
NAME
6acpi_bus_trim - Detach scan handlers and drivers from ACPI device
7objects.
8
SYNOPSIS
10void acpi_bus_trim(struct acpi_device * adev);
11
ARGUMENTS
13adev
14Root of the ACPI namespace scope to walk.
15
DESCRIPTION
17Must be called under acpi_scan_lock.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 ACPI_BUS_TRIM(9)