Lines Matching refs:NextOp
249 WalkState->NextOp = NULL; in OpcAmlConstantWalk()
329 ACPI_PARSE_OBJECT *NextOp; in OpcAmlCheckForConstant() local
359 NextOp = Op->Asl.Parent; in OpcAmlCheckForConstant()
360 while (NextOp) in OpcAmlCheckForConstant()
364 if (NextOp->Asl.AmlOpcode == AML_NAME_OP) in OpcAmlCheckForConstant()
377 OpInfo = AcpiPsGetOpcodeInfo (NextOp->Common.AmlOpcode); in OpcAmlCheckForConstant()
380 NextOp = NULL; in OpcAmlCheckForConstant()
384 NextOp = NextOp->Asl.Parent; in OpcAmlCheckForConstant()
411 if (NextOp) /* Inspect a Name() operator */ in OpcAmlCheckForConstant()
423 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE)) in OpcAmlCheckForConstant()
427 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE; in OpcAmlCheckForConstant()
473 if (NextOp) /* Found a Name() operator, error */ in OpcAmlCheckForConstant()