Home
last modified time | relevance | path

Searched refs:AcpiEvaluateObject (Results 1 – 12 of 12) sorted by relevance

/third_party/lib/acpica/source/tools/acpiexec/
A Daehandlers.c256 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL); in AeCommonNotifyHandler()
291 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL); in AeSystemNotifyHandler()
324 (void) AcpiEvaluateObject (Device, "_NOT", NULL, NULL); in AeDeviceNotifyHandler()
392 Status = AcpiEvaluateObject (NULL, "\\_ERR", &ArgList, &ReturnObj); in AeExceptionHandler()
A Daeexec.c132 (void) AcpiEvaluateObject (NULL, "\\_CFG", &ArgList, NULL); in AeSetupConfiguration()
255 (void) AcpiEvaluateObject (NULL, "\\BUF", &Params, NULL); in AeTestBufferArgument()
310 (void) AcpiEvaluateObject (NULL, "\\_PKG", &Params, NULL); in AeTestPackageArgument()
364 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI()
/third_party/lib/acpica/source/components/namespace/
A Dnsxfeval.c113 Status = AcpiEvaluateObject (Handle, Pathname, in AcpiEvaluateObjectTyped()
190 AcpiEvaluateObject ( in ACPI_EXPORT_SYMBOL()
202 ACPI_FUNCTION_TRACE (AcpiEvaluateObject); in ACPI_EXPORT_SYMBOL()
495 ACPI_EXPORT_SYMBOL (AcpiEvaluateObject) in ACPI_EXPORT_SYMBOL() argument
/third_party/lib/acpica/source/components/debugger/
A Ddbcmds.c816 Status = AcpiEvaluateObject (Node, Name, NULL, &ReturnBuffer); in AcpiDmTestResourceConversion()
952 Status = AcpiEvaluateObject (PrtNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources()
985 Status = AcpiEvaluateObject (CrsNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources()
1067 Status = AcpiEvaluateObject (PrsNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources()
1101 Status = AcpiEvaluateObject (AeiNode, NULL, NULL, &ReturnBuffer); in AcpiDbDeviceResources()
A Ddbtest.c850 Status = AcpiEvaluateObject (ReadHandle, NULL, in AcpiDbReadFromObject()
936 Status = AcpiEvaluateObject (WriteHandle, NULL, &ParamObjects, NULL); in AcpiDbWriteToObject()
1122 Status = AcpiEvaluateObject (Node, NULL, &ParamObjects, &ReturnObj); in AcpiDbEvaluateOnePredefinedName()
A Ddbexec.c201 Status = AcpiEvaluateObject (NULL, Info->Pathname, in AcpiDbExecuteMethod()
381 Status = AcpiEvaluateObject (Node, NULL, NULL, &ReturnObj); in AcpiDbExecutionWalk()
/third_party/lib/acpica/source/tools/examples/
A Dexamples.c462 Status = AcpiEvaluateObject (NULL, "\\_OSI", &ArgList, &ReturnValue); in ExecuteOSI()
529 Status = AcpiEvaluateObject (NULL, "\\MAIN", &ArgList, &ReturnValue); in ExecuteMAIN()
/third_party/lib/acpica/source/components/hardware/
A Dhwesleep.c86 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()
A Dhwxfsleep.c352 Status = AcpiEvaluateObject (NULL, METHOD_PATHNAME__PTS, &ArgList, NULL); in AcpiEnterSleepStatePrep()
/third_party/lib/acpica/source/components/events/
A Devregion.c936 Status = AcpiEvaluateObject (RegMethod, NULL, &Args, NULL); in AcpiEvOrphanEcRegMethod()
/third_party/lib/acpica/source/include/acpica/
A Dacpixf.h659 AcpiEvaluateObject (
/third_party/lib/acpica/
A Dchanges.txt2282 AcpiEvaluateObject. This ensures that ACPI-related device drivers are
3462 parameters to external interfaces such as AcpiEvaluateObject. Was
6799 to AcpiEvaluateObject.
7122 AcpiEvaluateObject. Now emit an error if too few arguments, warning if
12043 object in AcpiEvaluateObject.
14791 object (via the AcpiEvaluateObject interface.)
15089 Fixed a problem with the external AcpiEvaluateObject interface
15179 to AcpiEvaluateObject were always deleted at method termination.
15764 AcpiEvaluateObject.
15768 from AcpiEvaluateObject.
[all …]

Completed in 33 milliseconds