Home
last modified time | relevance | path

Searched refs:RegionObj2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/events/
H A Devregion.c270 ACPI_OPERAND_OBJECT *RegionObj2; in AcpiEvAddressSpaceDispatch() local
280 if (!RegionObj2) in AcpiEvAddressSpaceDispatch()
353 if (!(RegionObj2->Extra.RegionContext)) in AcpiEvAddressSpaceDispatch()
422 RegionObj2->Extra.RegionContext); in AcpiEvAddressSpaceDispatch()
480 ACPI_OPERAND_OBJECT *RegionObj2; in AcpiEvDetachRegion() local
488 if (!RegionObj2) in AcpiEvDetachRegion()
693 ACPI_OPERAND_OBJECT *RegionObj2; in AcpiEvExecuteRegMethod() local
710 if (!RegionObj2) in AcpiEvExecuteRegMethod()
730 RegionObj2->Extra.Method_REG = MethodNode; in AcpiEvExecuteRegMethod()
732 if (RegionObj2->Extra.Method_REG == NULL) in AcpiEvExecuteRegMethod()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexcreate.c386 ACPI_OPERAND_OBJECT *RegionObj2; in AcpiExCreateRegion() local
436 RegionObj2 = AcpiNsGetSecondaryObject (ObjDesc); in AcpiExCreateRegion()
437 RegionObj2->Extra.AmlStart = AmlStart; in AcpiExCreateRegion()
438 RegionObj2->Extra.AmlLength = AmlLength; in AcpiExCreateRegion()
439 RegionObj2->Extra.Method_REG = NULL; in AcpiExCreateRegion()
442 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node; in AcpiExCreateRegion()
446 RegionObj2->Extra.ScopeNode = Node; in AcpiExCreateRegion()