Lines Matching full:scope

75 	 *    0  _GPE Scope        00203160 00  in acpi_ns_root_initialize()
76 * 0 _PR_ Scope 002031D0 00 in acpi_ns_root_initialize()
78 * 0 _SI_ Scope 002032B0 00 in acpi_ns_root_initialize()
261 * PARAMETERS: scope_info - Current scope info block
320 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup()
322 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup()
324 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup()
329 prefix_node = scope_info->scope.node; in acpi_ns_lookup()
340 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup()
342 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup()
373 * Check for scope prefixes: in acpi_ns_lookup()
376 * optional scope prefix followed by a name segment part. in acpi_ns_lookup()
378 * If present, the scope prefix is either a Root Prefix (in in acpi_ns_lookup()
380 * Parent Prefixes (in which case the name's scope is relative in acpi_ns_lookup()
381 * to the current scope). in acpi_ns_lookup()
398 /* Pathname is relative to current scope, start there */ in acpi_ns_lookup()
401 "Searching relative to prefix scope [%4.4s] (%p)\n", in acpi_ns_lookup()
429 * Current scope has no parent scope. Externalize in acpi_ns_lookup()
450 "Search scope is [%4.4s], path has %u carat(s)\n", in acpi_ns_lookup()
607 "Name [%4.4s] not found in scope [%4.4s] %p\n", in acpi_ns_lookup()
627 * by failing to open a new scope. in acpi_ns_lookup()
652 * If we have an alias to an object that opens a scope (such as a in acpi_ns_lookup()
709 * type to (later) see if it opens a scope. in acpi_ns_lookup()
722 /* Always check if we need to open a new scope */ in acpi_ns_lookup()
726 * If entry is a type which opens a scope, push the new scope on the in acpi_ns_lookup()
727 * scope stack. in acpi_ns_lookup()