Lines Matching refs:Common
331 if ((!Op->Common.Parent) || in AcpiDsIsResultUsed()
332 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP)) in AcpiDsIsResultUsed()
338 AcpiPsGetOpcodeName (Op->Common.AmlOpcode))); in AcpiDsIsResultUsed()
344 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode); in AcpiDsIsResultUsed()
362 switch (Op->Common.Parent->Common.AmlOpcode) in AcpiDsIsResultUsed()
376 if ((WalkState->ControlState->Common.State == in AcpiDsIsResultUsed()
404 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiDsIsResultUsed()
405 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) || in AcpiDsIsResultUsed()
406 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()
407 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) || in AcpiDsIsResultUsed()
408 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP) || in AcpiDsIsResultUsed()
409 (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) || in AcpiDsIsResultUsed()
410 (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP)) in AcpiDsIsResultUsed()
433 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), in AcpiDsIsResultUsed()
434 AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode), Op)); in AcpiDsIsResultUsed()
442 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), in AcpiDsIsResultUsed()
443 AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode), Op)); in AcpiDsIsResultUsed()
625 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
626 (Arg->Common.Value.String) && in AcpiDsCreateOperand()
627 !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
634 Arg->Common.Value.Buffer, &NameString, &NameLength); in AcpiDsCreateOperand()
669 ParentOp = Arg->Common.Parent; in AcpiDsCreateOperand()
670 OpInfo = AcpiPsGetOpcodeInfo (ParentOp->Common.AmlOpcode); in AcpiDsCreateOperand()
673 (ParentOp->Common.AmlOpcode != AML_INT_METHODCALL_OP) && in AcpiDsCreateOperand()
674 (ParentOp->Common.AmlOpcode != AML_REGION_OP) && in AcpiDsCreateOperand()
675 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) in AcpiDsCreateOperand()
698 if (ParentOp->Common.AmlOpcode == AML_CONDITIONAL_REF_OF_OP) in AcpiDsCreateOperand()
710 else if (ParentOp->Common.AmlOpcode == AML_EXTERNAL_OP) in AcpiDsCreateOperand()
763 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
764 !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
779 Opcode = Arg->Common.AmlOpcode; in AcpiDsCreateOperand()
791 (Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
893 Arg = Arg->Common.Next; in AcpiDsCreateOperands()
973 if (!Op->Common.Parent) in AcpiDsEvaluateNamePath()
980 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
981 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
982 (Op->Common.Parent->Common.AmlOpcode == AML_REF_OF_OP)) in AcpiDsEvaluateNamePath()
995 if (Op->Common.Flags & ACPI_PARSEOP_TARGET) in AcpiDsEvaluateNamePath()
1001 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath()
1049 Op->Common.Flags |= ACPI_PARSEOP_IN_STACK; in AcpiDsEvaluateNamePath()