Lines Matching defs:RegionObj2
270 ACPI_OPERAND_OBJECT *RegionObj2;
281 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
282 if (!RegionObj2)
374 if (!(RegionObj2->Extra.RegionContext))
376 RegionObj2->Extra.RegionContext = RegionContext;
452 RegionObj2->Extra.RegionContext);
516 ACPI_OPERAND_OBJECT *RegionObj2;
523 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
524 if (!RegionObj2)
528 RegionContext = &RegionObj2->Extra.RegionContext;
729 ACPI_OPERAND_OBJECT *RegionObj2;
745 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
746 if (!RegionObj2)
766 RegionObj2->Extra.Method_REG = MethodNode;
768 if (RegionObj2->Extra.Method_REG == NULL)
791 Info->PrefixNode = RegionObj2->Extra.Method_REG;