Lines Matching full:scope
129 /* Special case for Scope(\) -> refers to the Root node */ in acpi_ds_load2_begin_op()
171 * one of the opcodes that actually opens a scope in acpi_ds_load2_begin_op()
175 case ACPI_TYPE_LOCAL_SCOPE: /* Scope */ in acpi_ds_load2_begin_op()
193 * Scope (DEB) { ... } in acpi_ds_load2_begin_op()
197 "for Scope operator, changed to type ANY", in acpi_ds_load2_begin_op()
208 * Allow scope change to root during execution of module-level in acpi_ds_load2_begin_op()
225 "Scope operator [%4.4s] (Cannot override)", in acpi_ds_load2_begin_op()
288 * Do not open a scope for AML_EXTERNAL_OP in acpi_ds_load2_begin_op()
289 * acpi_ns_lookup can open a new scope based on the object type in acpi_ds_load2_begin_op()
292 * acpi_ns_lookup will open a new scope. However, an AML_EXTERNAL_OP in acpi_ds_load2_begin_op()
294 * a definition. Flags is set to avoid opening a scope for any in acpi_ds_load2_begin_op()
350 * can get it again quickly when this scope is closed in acpi_ds_load2_begin_op()
398 "Ending scope Op=%p State=%p\n", op, in acpi_ds_load2_end_op()
417 /* Pop the scope stack */ in acpi_ds_load2_end_op()
422 "(%s) Popping scope for Op %p\n", in acpi_ds_load2_end_op()
724 * parser uses, so we can get it again at the end of this scope in acpi_ds_load2_end_op()