Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 22 of 22) sorted by relevance

/third_party/lib/acpica/source/components/parser/
A Dpsscope.c123 if (!Scope) in AcpiPsInitScope()
129 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope()
134 ParserState->Scope = Scope; in AcpiPsInitScope()
170 if (!Scope) in AcpiPsPushScope()
176 Scope->ParseScope.Op = Op; in AcpiPsPushScope()
183 AcpiUtPushGenericState (&ParserState->Scope, Scope); in AcpiPsPushScope()
225 ACPI_GENERIC_STATE *Scope = ParserState->Scope; in AcpiPsPopScope() local
233 if (Scope->Common.Next) in AcpiPsPopScope()
235 Scope = AcpiUtPopGenericState (&ParserState->Scope); in AcpiPsPopScope()
293 while (ParserState->Scope) in AcpiPsCleanupScope()
[all …]
A Dpsloop.c440 if ((ParserState->Scope->ParseScope.Op) && in AcpiPsParseLoop()
441 ((ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) || in AcpiPsParseLoop()
442 (ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) && in AcpiPsParseLoop()
A Dpsparse.c380 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
402 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
A Dpsobject.c431 WalkState->ParserState.Scope->ParseScope.ArgCount--; in AcpiPsCompleteOp()
/third_party/lib/acpica/source/components/dispatcher/
A Ddswscope.c80 WalkState->ScopeInfo = ScopeInfo->Scope.Next; in AcpiDsScopeStackClear()
146 ScopeInfo->Scope.Node = Node; in AcpiDsScopeStackPush()
159 AcpiUtGetNodeName (OldScopeInfo->Scope.Node), in AcpiDsScopeStackPush()
170 AcpiUtGetNodeName (ScopeInfo->Scope.Node), in AcpiDsScopeStackPush()
217 AcpiUtGetNodeName (ScopeInfo->Scope.Node), in AcpiDsScopeStackPop()
225 AcpiUtGetNodeName (NewScopeInfo->Scope.Node), in AcpiDsScopeStackPop()
A Ddswstate.c803 if (WalkState->ParserState.Scope) in AcpiDsDeleteWalkState()
A Ddsobject.c129 WalkState->ScopeInfo->Scope.Node->Name.Ascii)); in AcpiDsBuildInternalObject()
/third_party/lib/acpica/source/components/namespace/
A Dnsconvert.c347 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToUnicode() argument
422 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToResource() argument
508 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToReference() argument
532 ScopeInfo.Scope.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Scope); in AcpiNsConvertToReference()
A Dnsaccess.c336 (!ScopeInfo->Scope.Node)) in AcpiNsLookup()
346 PrefixNode = ScopeInfo->Scope.Node; in AcpiNsLookup()
A Dnsutils.c848 ScopeInfo.Scope.Node = PrefixNode; in AcpiNsGetNode()
/third_party/lib/acpica/source/tools/acpiexec/
A Daetables.h296 Scope (\_GPE)
313 Scope (\GPE2)
366 Scope (\_GPE)
/third_party/lib/acpica/source/include/acpica/
A Dacnamesp.h228 ACPI_NAMESPACE_NODE *Scope,
234 ACPI_NAMESPACE_NODE *Scope,
240 ACPI_NAMESPACE_NODE *Scope,
A Dacparser.h129 ACPI_PARSE_OBJECT *Scope,
263 ACPI_PARSE_OBJECT *Scope,
A Daclocal.h456 struct acpi_namespace_node *Scope,
822 ACPI_SCOPE_STATE Scope; member
1019 union acpi_generic_state *Scope; /* Current scope */ member
/third_party/lib/acpica/source/compiler/
A Daslopt.c137 ScopeInfo.Scope.Node = CurrentNode; in OptSearchToRoot()
231 ScopeInfo.Scope.Node = CurrentNode; in OptBuildShortestPath()
616 CurrentNode = WalkState->ScopeInfo->Scope.Node; in OptOptimizeNamePath()
/third_party/lib/acpica/source/components/executer/
A Dexcreate.c359 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node; in AcpiExCreateRegion()
A Dexconfig.c208 StartNode = WalkState->ScopeInfo->Scope.Node; in AcpiExLoadTableOp()
A Dexoparg1.c939 Status = AcpiNsGetNode (WalkState->ScopeInfo->Scope.Node, in AcpiExOpcode_1A_0T_1R()
/third_party/lib/acpica/source/common/
A Ddmrestag.c1030 ScopeInfo.Scope.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Context); in AcpiDmAddResourceToNamespace()
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl179 Scope (\_GPE)
A Dgrammar.asl564 Scope (\)
629 Scope(\_PR)
685 Scope(_SB)
917 Scope(\_TZ)
2621 Scope (\_SB) // System Bus
2776 Scope (\_GPE)
2830 Scope (\_SB) // System Bus
6022 Scope (\_SB.C005.C013)
6023 { // Scope \_SB.C005.C013
6147 } // Scope \_SB.C005.C013
[all …]
/third_party/lib/acpica/
A Dchanges.txt68 region. The SSDT references DEV1 via the Scope operator. DEV1 must be
91 Scope (\DEV1)
268 iASL: Added an error message for an attempt to open a Scope() on an
3294 the Create* field, Alias, and Scope operators:
7561 named ASL operator that opens a new scope -- Scope, Device,
13385 words, forward references are not allowed and Scope() cannot
13431 Implemented the restriction on the Scope() operator where the
13546 Relaxed typechecking on the ASL "Scope" operator to allow the
13556 Scope(DEB)
13633 Method, Scope, etc.
[all …]

Completed in 57 milliseconds