| /third_party/lib/acpica/source/components/parser/ |
| A D | psscope.c | 123 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 D | psloop.c | 440 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 D | psparse.c | 380 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState() 402 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
|
| A D | psobject.c | 431 WalkState->ParserState.Scope->ParseScope.ArgCount--; in AcpiPsCompleteOp()
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dswscope.c | 80 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 D | dswstate.c | 803 if (WalkState->ParserState.Scope) in AcpiDsDeleteWalkState()
|
| A D | dsobject.c | 129 WalkState->ScopeInfo->Scope.Node->Name.Ascii)); in AcpiDsBuildInternalObject()
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsconvert.c | 347 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 D | nsaccess.c | 336 (!ScopeInfo->Scope.Node)) in AcpiNsLookup() 346 PrefixNode = ScopeInfo->Scope.Node; in AcpiNsLookup()
|
| A D | nsutils.c | 848 ScopeInfo.Scope.Node = PrefixNode; in AcpiNsGetNode()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aetables.h | 296 Scope (\_GPE) 313 Scope (\GPE2) 366 Scope (\_GPE)
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acnamesp.h | 228 ACPI_NAMESPACE_NODE *Scope, 234 ACPI_NAMESPACE_NODE *Scope, 240 ACPI_NAMESPACE_NODE *Scope,
|
| A D | acparser.h | 129 ACPI_PARSE_OBJECT *Scope, 263 ACPI_PARSE_OBJECT *Scope,
|
| A D | aclocal.h | 456 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 D | aslopt.c | 137 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 D | excreate.c | 359 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node; in AcpiExCreateRegion()
|
| A D | exconfig.c | 208 StartNode = WalkState->ScopeInfo->Scope.Node; in AcpiExLoadTableOp()
|
| A D | exoparg1.c | 939 Status = AcpiNsGetNode (WalkState->ScopeInfo->Scope.Node, in AcpiExOpcode_1A_0T_1R()
|
| /third_party/lib/acpica/source/common/ |
| A D | dmrestag.c | 1030 ScopeInfo.Scope.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Context); in AcpiDmAddResourceToNamespace()
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 179 Scope (\_GPE)
|
| A D | grammar.asl | 564 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 D | changes.txt | 68 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 …]
|