Lines Matching refs:Reference
279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
290 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
359 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
377 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || in AcpiExResolveObjectToValue()
378 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) in AcpiExResolveObjectToValue()
382 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
388 *StackPtr = (StackDesc->Reference.Node)->Object; in AcpiExResolveObjectToValue()
538 switch (ObjDesc->Reference.Class) in AcpiExResolveMultiple()
545 if (ObjDesc->Reference.Class == ACPI_REFCLASS_REFOF) in AcpiExResolveMultiple()
547 Node = ObjDesc->Reference.Object; in AcpiExResolveMultiple()
551 Node = ObjDesc->Reference.Node; in AcpiExResolveMultiple()
587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
600 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
620 Status = AcpiDsMethodDataGetValue (ObjDesc->Reference.Class, in AcpiExResolveMultiple()
621 ObjDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveMultiple()
630 Status = AcpiDsMethodDataGetNode (ObjDesc->Reference.Class, in AcpiExResolveMultiple()
631 ObjDesc->Reference.Value, WalkState, &Node); in AcpiExResolveMultiple()
657 ObjDesc->Reference.Class)); in AcpiExResolveMultiple()