Lines Matching refs:Common
386 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
440 NameOp->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
444 NameOp->Common.Node = Node; in AcpiPsGetNextNamepath()
481 else if (WalkState->Op->Common.AmlOpcode == AML_CONDITIONAL_REF_OF_OP) in AcpiPsGetNextNamepath()
491 else if ((Arg->Common.Parent) && in AcpiPsGetNextNamepath()
492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
493 (Arg->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))) in AcpiPsGetNextNamepath()
516 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
556 Arg->Common.Value.Integer = (UINT64) *Aml; in AcpiPsGetNextSimpleArg()
565 ACPI_MOVE_16_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
574 ACPI_MOVE_32_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
583 ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
592 Arg->Common.Value.String = ACPI_CAST_PTR (char, Aml); in AcpiPsGetNextSimpleArg()
608 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState); in AcpiPsGetNextSimpleArg()
722 if (Field->Common.InlineComment) in AcpiPsGetNextField()
724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
726 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
732 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
740 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
760 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField()
761 Field->Common.Value.Integer |= (UINT16) (AccessAttribute << 8); in AcpiPsGetNextField()
770 Field->Common.Value.Integer |= (UINT32) (AccessLength << 16); in AcpiPsGetNextField()
857 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState); in AcpiPsGetNextField()
956 Prev->Common.Next = Field; in AcpiPsGetNextArg()
986 Arg->Common.Value.Size = (UINT32) in AcpiPsGetNextArg()
1052 if (Arg->Common.AmlOpcode == AML_INT_METHODCALL_OP) in AcpiPsGetNextArg()
1056 AcpiPsFreeOp (Arg->Common.Value.Arg); in AcpiPsGetNextArg()