Lines Matching refs:namespace
6 During system initialization and ACPI-based device hot-add, the ACPI namespace
9 registered with the driver core for every device object in the ACPI namespace
10 and the hierarchy of those struct acpi_device objects reflects the namespace
11 layout (i.e. parent device objects in the namespace are represented by parent
20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic
48 The namespace scanning function, acpi_bus_scan(), first registers all of the
49 device nodes in the given namespace scope with the driver core. Then, it tries
62 the namespace scan should be terminated due to a serious error. The error code
65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
66 callbacks from the scan handlers of all device nodes in the given namespace
73 is the order in which they are matched against device nodes during namespace