51 #define _COMPONENT ACPI_NAMESPACE
61 u32 nesting_level,
void *context,
void **return_value);
65 u32 nesting_level,
void *context,
void **return_value);
88 "**** Starting initialization of namespace objects ****\n"));
90 "Completing Region/Field/Buffer/Package initialization:"));
106 "\nInitialized %u/%u Regions %u/%u Fields %u/%u "
107 "Buffers %u/%u Packages (%u nodes)\n",
152 "Initializing Device/Processor/Thermal objects "
153 "by executing _INI methods:"));
159 acpi_ns_find_ini_methods,
NULL, &info,
193 acpi_ns_init_one_device,
NULL, &info,
211 "\nExecuted %u _INI methods requiring %u _STA executions "
212 "(examined %u objects)\n",
347 "Could not execute arguments for [%4.4s] (%s)",
386 u32 nesting_level,
void *context,
void **return_value)
413 parent_node = node->
parent;
414 switch (parent_node->
type) {
421 while (parent_node) {
423 parent_node = parent_node->
parent;
450 u32 nesting_level,
void *context,
void **return_value)
590 #ifdef ACPI_DEBUG_OUTPUT