Lines Matching refs:Info
60 ACPI_EVALUATE_INFO *Info,
132 ACPI_EVALUATE_INFO *Info) in AcpiPsExecuteMethod() argument
148 if (!Info || !Info->Node) in AcpiPsExecuteMethod()
155 Status = AcpiDsBeginMethodExecution (Info->Node, Info->ObjDesc, NULL); in AcpiPsExecuteMethod()
164 AcpiPsUpdateParameterList (Info, REF_INCREMENT); in AcpiPsExecuteMethod()
171 Info->Node->Name.Ascii, Info->Node, Info->ObjDesc)); in AcpiPsExecuteMethod()
175 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart); in AcpiPsExecuteMethod()
184 Info->PassNumber = ACPI_IMODE_EXECUTE; in AcpiPsExecuteMethod()
186 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod()
193 Status = AcpiDsInitAmlWalk (WalkState, Op, Info->Node, in AcpiPsExecuteMethod()
194 Info->ObjDesc->Method.AmlStart, in AcpiPsExecuteMethod()
195 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteMethod()
202 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiPsExecuteMethod()
209 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_INTERNAL_ONLY) in AcpiPsExecuteMethod()
211 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
212 Info->ReturnObject = WalkState->ReturnDesc; in AcpiPsExecuteMethod()
250 AcpiPsUpdateParameterList (Info, REF_DECREMENT); in AcpiPsExecuteMethod()
263 if (Info->ReturnObject) in AcpiPsExecuteMethod()
266 Info->ReturnObject)); in AcpiPsExecuteMethod()
267 ACPI_DUMP_STACK_ENTRY (Info->ReturnObject); in AcpiPsExecuteMethod()
292 ACPI_EVALUATE_INFO *Info, in AcpiPsUpdateParameterList() argument
298 if (Info->Parameters) in AcpiPsUpdateParameterList()
302 for (i = 0; Info->Parameters[i]; i++) in AcpiPsUpdateParameterList()
307 Info->Parameters[i], Action); in AcpiPsUpdateParameterList()