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()
260 * PARAMETERS: scope_info - Current scope info block
319 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup()
321 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup()
323 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup()
328 prefix_node = scope_info->scope.node; in acpi_ns_lookup()
339 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup()
341 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup()
372 * Check for scope prefixes: in acpi_ns_lookup()
375 * optional scope prefix followed by a name segment part. in acpi_ns_lookup()
377 * If present, the scope prefix is either a Root Prefix (in in acpi_ns_lookup()
379 * Parent Prefixes (in which case the name's scope is relative in acpi_ns_lookup()
380 * to the current scope). in acpi_ns_lookup()
397 /* Pathname is relative to current scope, start there */ in acpi_ns_lookup()
400 "Searching relative to prefix scope [%4.4s] (%p)\n", in acpi_ns_lookup()
428 * Current scope has no parent scope. Externalize in acpi_ns_lookup()
449 "Search scope is [%4.4s], path has %u carat(s)\n", in acpi_ns_lookup()
606 "Name [%4.4s] not found in scope [%4.4s] %p\n", in acpi_ns_lookup()
626 * by failing to open a new scope. in acpi_ns_lookup()
651 * If we have an alias to an object that opens a scope (such as a in acpi_ns_lookup()
708 * type to (later) see if it opens a scope. in acpi_ns_lookup()
721 /* Always check if we need to open a new scope */ in acpi_ns_lookup()
725 * If entry is a type which opens a scope, push the new scope on the in acpi_ns_lookup()
726 * scope stack. in acpi_ns_lookup()