Lines Matching refs:Reference
74 * DESCRIPTION: Convert Reference objects to values
144 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
171 RefType = StackDesc->Reference.Class;
182 StackDesc->Reference.Value, WalkState, &ObjDesc);
189 StackDesc->Reference.Value, ObjDesc));
192 * Now we can delete the original Reference Object and
201 switch (StackDesc->Reference.TargetType)
220 ObjDesc = *StackDesc->Reference.Where;
250 "Unknown TargetType 0x%X in Index/Reference object %p",
251 StackDesc->Reference.TargetType, StackDesc));
265 case ACPI_REFCLASS_NAME: /* Reference to a named object */
269 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) ||
270 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL))
274 *StackPtr = (void *) StackDesc->Reference.Node;
280 *StackPtr = (StackDesc->Reference.Node)->Object;
290 "Unknown Reference type 0x%X in %p",
416 switch (ObjDesc->Reference.Class)
423 if (ObjDesc->Reference.Class == ACPI_REFCLASS_REFOF)
425 Node = ObjDesc->Reference.Object;
429 Node = ObjDesc->Reference.Node;
465 Type = ObjDesc->Reference.TargetType;
478 ObjDesc = *(ObjDesc->Reference.Where);
498 Status = AcpiDsMethodDataGetValue (ObjDesc->Reference.Class,
499 ObjDesc->Reference.Value, WalkState, &ObjDesc);
508 Status = AcpiDsMethodDataGetNode (ObjDesc->Reference.Class,
509 ObjDesc->Reference.Value, WalkState, &Node);
534 "Unknown Reference Class 0x%2.2X",
535 ObjDesc->Reference.Class));