Lines Matching refs:Op
59 ACPI_PARSE_OBJECT *Op,
81 ACPI_PARSE_OBJECT *Op = Root;
90 while (Op)
92 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
95 Op = AcpiPsGetDepthNext (Root, Op);
101 switch (Op->Common.AmlOpcode)
109 Op, Op->Named.Data, Op->Named.Length);
133 Op->Common.AmlOpcode));
137 Op = AcpiPsGetDepthNext (Root, Op);
148 * PARAMETERS: Op - Root Op of the deferred opcode
161 ACPI_PARSE_OBJECT *Op,
182 Op->Common.AmlOpName, (char *) &Op->Named.Name));
186 WalkState = AcpiDsCreateWalkState (0, Op, NULL, NULL);
192 Status = AcpiDsInitAmlWalk (WalkState, Op, NULL, Aml,
205 StartOp = (Op->Common.Value.Arg)->Common.Next;
216 switch (Op->Common.AmlOpcode)
222 switch (Op->Common.AmlOpcode)
226 ExtraOp = Op->Common.Value.Arg;
235 NewRootOp = Op->Common.Value.Arg;
239 Op->Common.Value.Arg = NewRootOp->Common.Value.Arg;
243 StartOp = Op;
249 SearchOp->Common.Parent = Op;