Lines Matching refs:Reference
171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
182 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
189 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
201 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
220 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
251 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
269 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || in AcpiExResolveObjectToValue()
270 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) in AcpiExResolveObjectToValue()
274 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
280 *StackPtr = (StackDesc->Reference.Node)->Object; in AcpiExResolveObjectToValue()
416 switch (ObjDesc->Reference.Class) in AcpiExResolveMultiple()
423 if (ObjDesc->Reference.Class == ACPI_REFCLASS_REFOF) in AcpiExResolveMultiple()
425 Node = ObjDesc->Reference.Object; in AcpiExResolveMultiple()
429 Node = ObjDesc->Reference.Node; in AcpiExResolveMultiple()
465 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
478 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
498 Status = AcpiDsMethodDataGetValue (ObjDesc->Reference.Class, in AcpiExResolveMultiple()
499 ObjDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveMultiple()
508 Status = AcpiDsMethodDataGetNode (ObjDesc->Reference.Class, in AcpiExResolveMultiple()
509 ObjDesc->Reference.Value, WalkState, &Node); in AcpiExResolveMultiple()
535 ObjDesc->Reference.Class)); in AcpiExResolveMultiple()