|
PatchworkOS
|
#include <kernel/acpi/aml/runtime/method.h>#include <kernel/acpi/aml/encoding/term.h>#include <kernel/acpi/aml/runtime/copy.h>#include <kernel/acpi/aml/state.h>#include <kernel/acpi/aml/to_string.h>#include <kernel/log/log.h>#include <errno.h>Go to the source code of this file.
Functions | |
| aml_object_t * | aml_method_evaluate (aml_state_t *parentState, aml_method_obj_t *method, aml_object_t **args) |
| Evaluate a method with the given arguments. | |
| uint64_t | aml_method_evaluate_integer (aml_state_t *parentState, aml_object_t *object, aml_integer_t *out) |
| Wrapper around aml_method_evaluate for zero argument methods that return an integer or nothing and for integer objects. | |