Home | History | Annotate | Download | only in disassembler

Lines Matching refs:Parent

332             /* No peers, re-visit parent */
339 Op = Op->Common.Parent;
416 if (Op->Common.Parent &&
417 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
418 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
665 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
886 /* Name of the parent OperationRegion */
962 if (Op->Asl.Parent->Common.AmlOpcode == AML_NAME_OP)
969 AcpiDmPredefinedDescription (Op->Asl.Parent);
972 AcpiDmPredefinedDescription (Op->Asl.Parent);
1128 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
1161 if (AcpiDmBlockType (Op->Common.Parent) != BLOCK_PAREN)
1173 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
1190 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
1201 else if (Op->Common.Parent)
1203 switch (Op->Common.Parent->Common.AmlOpcode)
1231 * The parent Op is guaranteed to be valid because of the flag
1233 * a parameter list and thus has a valid parent.
1235 ParentOp = Op->Common.Parent;
1252 ParentOp = ParentOp->Common.Parent;