Lines Matching full:scope
148 * The target name of the Scope() operator must exist at this point so in acpi_ds_load1_begin_op()
149 * that we can actually open the scope to enter new names underneath it. in acpi_ds_load1_begin_op()
160 * Target of Scope() not found. Generate an External for it, and in acpi_ds_load1_begin_op()
180 * one of the opcodes that actually opens a scope in acpi_ds_load1_begin_op()
184 case ACPI_TYPE_LOCAL_SCOPE: /* Scope */ in acpi_ds_load1_begin_op()
201 * Scope (DEB) { ... } in acpi_ds_load1_begin_op()
208 "for Scope operator, changed to type ANY\n", in acpi_ds_load1_begin_op()
218 * Allow scope change to root during execution of module-level in acpi_ds_load1_begin_op()
235 "Scope operator [%4.4s] (Cannot override)", in acpi_ds_load1_begin_op()
254 * 1) the Scope() operator can reopen a scoping object that was in acpi_ds_load1_begin_op()
255 * previously defined (Scope, Method, Device, etc.) in acpi_ds_load1_begin_op()
314 /* The name already exists in this scope */ in acpi_ds_load1_begin_op()
324 /* Just retyped a node, probably will need to open a scope */ in acpi_ds_load1_begin_op()
371 * can get it again quickly when this scope is closed in acpi_ds_load1_begin_op()
438 /* Get the object type to determine if we should pop the scope */ in acpi_ds_load1_end_op()
583 /* Pop the scope stack (only if loading a table) */ in acpi_ds_load1_end_op()
589 "(%s): Popping scope for Op %p\n", in acpi_ds_load1_end_op()