PatchworkOS
Loading...
Searching...
No Matches
aml_field_list_ctx_t Struct Reference

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 
 
};  
 

Detailed Description

Context passed to lower functions by aml_field_list_read().

Definition at line 107 of file named.h.

Field Documentation

◆ [union]

union { ... } aml_field_list_ctx_t

◆ bank [1/2]

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] [2/2]

struct { ... } aml_field_list_ctx_t::bank

◆ bankValue

aml_integer_t aml_field_list_ctx_t::bankValue

Definition at line 126 of file named.h.

◆ currentOffset

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().

◆ data

aml_field_unit_obj_t* aml_field_list_ctx_t::data

Definition at line 120 of file named.h.

◆ [struct]

struct { ... } aml_field_list_ctx_t::field

Referenced by aml_name_field_read().

◆ flags

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().

◆ index [1/2]

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] [2/2]

struct { ... } aml_field_list_ctx_t::index

◆ opregion

aml_opregion_obj_t* aml_field_list_ctx_t::opregion

Definition at line 115 of file named.h.

Referenced by aml_name_field_read().

◆ type

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().


The documentation for this struct was generated from the following file: