Lines Matching refs:Op
68 ACPI_PARSE_OBJECT *Op = SubtreeRoot;
78 while (Op)
82 if (Op != Parent)
86 Next = AcpiPsGetArg (Op, 0);
89 /* Still going downward in tree (Op is not completed yet) */
91 Op = Next;
96 /* No more children, this Op is complete. */
98 Next = Op->Common.Next;
99 Parent = Op->Common.Parent;
101 AcpiPsFreeOp (Op);
105 if (Op == SubtreeRoot)
112 Op = Next;
116 Op = Parent;