|
PatchworkOS
|
Context passed to lower functions by aml_field_list_read().
More...
#include <named.h>
Data Fields | ||
| aml_field_list_type_t | type | |
| The type of FieldList. | ||
| aml_field_flags_t | flags | |
| The flags of the FieldList. | ||
| aml_bit_size_t | currentOffset | |
| The current offset within the opregion. | ||
| union { | ||
| struct { | ||
| aml_opregion_obj_t * opregion | ||
| } field | ||
| struct { | ||
| aml_field_unit_obj_t * index | ||
| aml_field_unit_obj_t * data | ||
| } index | ||
| struct { | ||
| aml_opregion_obj_t * opregion | ||
| aml_field_unit_obj_t * bank | ||
| aml_integer_t bankValue | ||
| } bank | ||
| }; | ||
Context passed to lower functions by aml_field_list_read().
| union { ... } aml_field_list_ctx_t |
| aml_field_unit_obj_t* aml_field_list_ctx_t::bank |
Definition at line 125 of file named.h.
Referenced by aml_name_field_read().
| struct { ... } aml_field_list_ctx_t::bank |
| aml_integer_t aml_field_list_ctx_t::bankValue |
| aml_bit_size_t aml_field_list_ctx_t::currentOffset |
The current offset within the opregion.
Definition at line 111 of file named.h.
Referenced by aml_name_field_read(), and aml_reserved_field_read().
| aml_field_unit_obj_t* aml_field_list_ctx_t::data |
| struct { ... } aml_field_list_ctx_t::field |
Referenced by aml_name_field_read().
| aml_field_flags_t aml_field_list_ctx_t::flags |
The flags of the FieldList.
Definition at line 110 of file named.h.
Referenced by aml_name_field_read().
| aml_field_unit_obj_t* aml_field_list_ctx_t::index |
Definition at line 119 of file named.h.
Referenced by aml_name_field_read().
| struct { ... } aml_field_list_ctx_t::index |
| aml_opregion_obj_t* aml_field_list_ctx_t::opregion |
Definition at line 115 of file named.h.
Referenced by aml_name_field_read().
| aml_field_list_type_t aml_field_list_ctx_t::type |
The type of FieldList.
Definition at line 109 of file named.h.
Referenced by aml_def_bank_field_read(), aml_def_field_read(), aml_def_index_field_read(), and aml_name_field_read().