Lines Matching refs:RegionObj2
160 ACPI_OPERAND_OBJECT *RegionObj2;
169 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
170 if (!RegionObj2)
243 if (!(RegionObj2->Extra.RegionContext))
245 RegionObj2->Extra.RegionContext = RegionContext;
312 RegionObj2->Extra.RegionContext);
359 ACPI_OPERAND_OBJECT *RegionObj2;
366 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
367 if (!RegionObj2)
371 RegionContext = &RegionObj2->Extra.RegionContext;
572 ACPI_OPERAND_OBJECT *RegionObj2;
588 RegionObj2 = AcpiNsGetSecondaryObject (RegionObj);
589 if (!RegionObj2)
609 RegionObj2->Extra.Method_REG = MethodNode;
611 if (RegionObj2->Extra.Method_REG == NULL)
634 Info->PrefixNode = RegionObj2->Extra.Method_REG;