Lines Matching refs:Common
224 if ((!Op->Common.Parent) || in AcpiDsIsResultUsed()
225 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP)) in AcpiDsIsResultUsed()
231 AcpiPsGetOpcodeName (Op->Common.AmlOpcode))); in AcpiDsIsResultUsed()
237 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode); in AcpiDsIsResultUsed()
255 switch (Op->Common.Parent->Common.AmlOpcode) in AcpiDsIsResultUsed()
269 if ((WalkState->ControlState->Common.State == in AcpiDsIsResultUsed()
297 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiDsIsResultUsed()
298 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) || in AcpiDsIsResultUsed()
299 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()
300 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) || in AcpiDsIsResultUsed()
301 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) || in AcpiDsIsResultUsed()
302 (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) || in AcpiDsIsResultUsed()
303 (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP)) in AcpiDsIsResultUsed()
326 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), in AcpiDsIsResultUsed()
327 AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode), Op)); in AcpiDsIsResultUsed()
335 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), in AcpiDsIsResultUsed()
336 AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode), Op)); in AcpiDsIsResultUsed()
519 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
520 (Arg->Common.Value.String) && in AcpiDsCreateOperand()
521 !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
528 Arg->Common.Value.Buffer, &NameString, &NameLength); in AcpiDsCreateOperand()
563 ParentOp = Arg->Common.Parent; in AcpiDsCreateOperand()
564 OpInfo = AcpiPsGetOpcodeInfo (ParentOp->Common.AmlOpcode); in AcpiDsCreateOperand()
567 (ParentOp->Common.AmlOpcode != AML_INT_METHODCALL_OP) && in AcpiDsCreateOperand()
568 (ParentOp->Common.AmlOpcode != AML_REGION_OP) && in AcpiDsCreateOperand()
569 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDsCreateOperand()
592 if (ParentOp->Common.AmlOpcode == AML_COND_REF_OF_OP) in AcpiDsCreateOperand()
604 else if (ParentOp->Common.AmlOpcode == AML_EXTERNAL_OP) in AcpiDsCreateOperand()
654 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
655 !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
670 Opcode = Arg->Common.AmlOpcode; in AcpiDsCreateOperand()
682 (Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
788 Arg = Arg->Common.Next; in AcpiDsCreateOperands()
863 if (!Op->Common.Parent) in AcpiDsEvaluateNamePath()
870 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
871 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
872 (Op->Common.Parent->Common.AmlOpcode == AML_REF_OF_OP)) in AcpiDsEvaluateNamePath()
885 if (Op->Common.Flags & ACPI_PARSEOP_TARGET) in AcpiDsEvaluateNamePath()
891 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath()
939 Op->Common.Flags |= ACPI_PARSEOP_IN_STACK; in AcpiDsEvaluateNamePath()