|
PatchworkOS
|
#include <kernel/acpi/aml/encoding/namespace_modifier.h>#include <kernel/acpi/aml/debug.h>#include <kernel/acpi/aml/encoding/data.h>#include <kernel/acpi/aml/encoding/name.h>#include <kernel/acpi/aml/encoding/package_length.h>#include <kernel/acpi/aml/encoding/term.h>#include <kernel/acpi/aml/state.h>#include <kernel/acpi/aml/to_string.h>#include <kernel/acpi/aml/token.h>#include <kernel/log/log.h>#include <sys/list.h>#include <errno.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| uint64_t | aml_def_alias_read (aml_term_list_ctx_t *ctx) |
| Reads a DefAlias structure from the AML byte stream. | |
| uint64_t | aml_def_name_read (aml_term_list_ctx_t *ctx) |
| Reads a DefName structure from the AML byte stream. | |
| uint64_t | aml_def_scope_read (aml_term_list_ctx_t *ctx) |
| Reads a DefScope structure from the AML byte stream. | |
| uint64_t | aml_namespace_modifier_obj_read (aml_term_list_ctx_t *ctx) |
| Reads a NameSpaceModifierObj structure from the AML byte stream. | |