Lines Matching refs:ObjDesc

264     ACPI_OPERAND_OBJECT     *ObjDesc = NULL;
290 StackDesc->Reference.Value, WalkState, &ObjDesc);
297 StackDesc->Reference.Value, ObjDesc));
304 *StackPtr = ObjDesc;
328 ObjDesc = *StackDesc->Reference.Where;
329 if (ObjDesc)
336 AcpiUtAddReference (ObjDesc);
337 *StackPtr = ObjDesc;
424 Status = AcpiExReadDataFromField (WalkState, StackDesc, &ObjDesc);
429 *StackPtr = (void *) ObjDesc;
464 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand);
475 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc))
479 Type = ObjDesc->Common.Type;
484 Type = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
485 ObjDesc = AcpiNsGetAttachedObject (Node);
491 Type = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
492 ObjDesc = AcpiNsGetAttachedObject (
493 (ACPI_NAMESPACE_NODE *) ObjDesc);
508 if (!ObjDesc)
536 while (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
538 switch (ObjDesc->Reference.Class)
545 if (ObjDesc->Reference.Class == ACPI_REFCLASS_REFOF)
547 Node = ObjDesc->Reference.Object;
551 Node = ObjDesc->Reference.Node;
566 ObjDesc = AcpiNsGetAttachedObject (Node);
567 if (!ObjDesc)
577 if (ObjDesc == Operand)
587 Type = ObjDesc->Reference.TargetType;
600 ObjDesc = *(ObjDesc->Reference.Where);
601 if (!ObjDesc)
620 Status = AcpiDsMethodDataGetValue (ObjDesc->Reference.Class,
621 ObjDesc->Reference.Value, WalkState, &ObjDesc);
626 AcpiUtRemoveReference (ObjDesc);
630 Status = AcpiDsMethodDataGetNode (ObjDesc->Reference.Class,
631 ObjDesc->Reference.Value, WalkState, &Node);
637 ObjDesc = AcpiNsGetAttachedObject (Node);
638 if (!ObjDesc)
657 ObjDesc->Reference.Class));
666 Type = ObjDesc->Common.Type;
698 *ReturnDesc = ObjDesc;