Lines Matching refs:Common

277         Arg->Common.Value.Name = Path;  in AcpiPsGetNextNamepath()
328 NameOp->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
332 NameOp->Common.Node = Node; in AcpiPsGetNextNamepath()
369 else if (WalkState->Op->Common.AmlOpcode == AML_COND_REF_OF_OP) in AcpiPsGetNextNamepath()
379 else if ((Arg->Common.Parent) && in AcpiPsGetNextNamepath()
380 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
381 (Arg->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiPsGetNextNamepath()
404 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
444 Arg->Common.Value.Integer = (UINT64) *Aml; in AcpiPsGetNextSimpleArg()
453 ACPI_MOVE_16_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
462 ACPI_MOVE_32_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
471 ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
480 Arg->Common.Value.String = ACPI_CAST_PTR (char, Aml); in AcpiPsGetNextSimpleArg()
496 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState); in AcpiPsGetNextSimpleArg()
601 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
609 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
629 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField()
630 Field->Common.Value.Integer |= (UINT16) (AccessAttribute << 8); in AcpiPsGetNextField()
639 Field->Common.Value.Integer |= (UINT32) (AccessLength << 16); in AcpiPsGetNextField()
722 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState); in AcpiPsGetNextField()
817 Prev->Common.Next = Field; in AcpiPsGetNextArg()
847 Arg->Common.Value.Size = (UINT32) in AcpiPsGetNextArg()
887 if (Arg->Common.AmlOpcode == AML_INT_METHODCALL_OP) in AcpiPsGetNextArg()