/acpica-3.7.0/source/tools/acpiexec/ |
D | aeexec.c | 189 (void) AcpiEvaluateObject (NULL, "\\_CFG", &ArgList, NULL); in AeSetupConfiguration() 318 (void) AcpiEvaluateObject (NULL, "\\BUF", &Params, NULL); in AeTestBufferArgument() 377 (void) AcpiEvaluateObject (NULL, "\\_PKG", &Params, NULL); in AeTestPackageArgument() 439 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI()
|
D | aehandlers.c | 327 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL); in AeCommonNotifyHandler() 364 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL); in AeSystemNotifyHandler() 399 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL); in AeDeviceNotifyHandler()
|
D | aeexception.c | 262 Status = AcpiEvaluateObject (ErrHandle, NULL, &ArgList, &ReturnObj); in AeExceptionHandler()
|
/acpica-3.7.0/source/components/debugger/ |
D | dbcmds.c | 924 Status = AcpiEvaluateObject (Node, Name, NULL, &ReturnBuffer); in AcpiDmTestResourceConversion() 1060 Status = AcpiEvaluateObject (PrtNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources() 1093 Status = AcpiEvaluateObject (CrsNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources() 1175 Status = AcpiEvaluateObject (PrsNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources() 1209 Status = AcpiEvaluateObject (AeiNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources() 1340 Status = AcpiEvaluateObject (EvtHandle, NULL, &ArgList, NULL); in AcpiDbGenerateInterrupt()
|
D | dbtest.c | 1046 Status = AcpiEvaluateObject (ReadHandle, NULL, in AcpiDbReadFromObject() 1134 Status = AcpiEvaluateObject (WriteHandle, NULL, &ParamObjects, NULL); in AcpiDbWriteToObject() 1320 Status = AcpiEvaluateObject (Node, NULL, &ParamObjects, &ReturnObj); in AcpiDbEvaluateOnePredefinedName()
|
D | dbexec.c | 314 Status = AcpiEvaluateObject (NULL, Info->Pathname, in AcpiDbExecuteMethod() 506 Status = AcpiEvaluateObject (Node, NULL, NULL, &ReturnObj); in AcpiDbExecutionWalk()
|
D | dbmethod.c | 613 Status = AcpiEvaluateObject (Node, NULL, &ParamObjects, &ReturnObj); in AcpiDbEvaluateObject()
|
D | dbnames.c | 777 AcpiEvaluateObject (ObjHandle, NULL, NULL, &Buffer); in AcpiDbWalkForFields()
|
/acpica-3.7.0/source/components/namespace/ |
D | nsxfeval.c | 241 Status = AcpiEvaluateObject (TargetHandle, NULL, ExternalParams, in AcpiEvaluateObjectTyped() 325 AcpiEvaluateObject ( in ACPI_EXPORT_SYMBOL() 337 ACPI_FUNCTION_TRACE (AcpiEvaluateObject); in ACPI_EXPORT_SYMBOL() 634 ACPI_EXPORT_SYMBOL (AcpiEvaluateObject) in ACPI_EXPORT_SYMBOL() argument
|
/acpica-3.7.0/source/tools/examples/ |
D | examples.c | 567 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI() 635 Status = AcpiEvaluateObject (NULL, "\\MAIN", &ArgList, &ReturnValue); in ExecuteMAIN()
|
/acpica-3.7.0/source/components/hardware/ |
D | hwesleep.c | 194 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()
|
D | hwxfsleep.c | 485 Status = AcpiEvaluateObject (NULL, METHOD_PATHNAME__PTS, &ArgList, NULL); in AcpiEnterSleepStatePrep()
|
/acpica-3.7.0/source/components/events/ |
D | evregion.c | 1077 (void) AcpiEvaluateObject (RegMethod, NULL, &Args, NULL); in AcpiEvExecuteOrphanRegMethod()
|
/acpica-3.7.0/source/include/ |
D | acpixf.h | 810 AcpiEvaluateObject (
|
/acpica-3.7.0/documents/ |
D | changes.txt | 5768 AcpiEvaluateObject. This ensures that ACPI-related device drivers are 6948 parameters to external interfaces such as AcpiEvaluateObject. Was 10250 object from a call to AcpiEvaluateObject. Any Index or RefOf references 10285 to AcpiEvaluateObject. 10608 AcpiEvaluateObject. Now emit an error if too few arguments, warning if 10662 AcpiEvaluateObject interface correctly. The element was simply ignored 10693 All Reference Objects returned via the AcpiEvaluateObject interface are 10758 control method via the external AcpiEvaluateObject interface could cause 11181 arguments to the external AcpiEvaluateObject interface. Previously, this 14427 value from methods that are invoked externally via the AcpiEvaluateObject [all …]
|