|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <types.h>

Public Attributes | |
| struct uacpi_shareable | shareable |
| union { | |
| struct { | |
| uacpi_namespace_node * region | |
| } | |
| struct { | |
| struct uacpi_field_unit * index | |
| struct uacpi_field_unit * data | |
| } | |
| struct { | |
| uacpi_namespace_node * bank_region | |
| struct uacpi_field_unit * bank_selection | |
| uacpi_u64 bank_value | |
| } | |
| }; | |
| uacpi_object * | connection |
| uacpi_u32 | byte_offset |
| uacpi_u32 | bit_length |
| uacpi_u32 | pin_offset |
| uacpi_u8 | bit_offset_within_first_byte |
| uacpi_u8 | access_width_bytes |
| uacpi_u8 | access_length |
| uacpi_u8 | attributes: 4 |
| uacpi_u8 | update_rule: 2 |
| uacpi_u8 | kind: 2 |
| uacpi_u8 | lock_rule: 1 |
| union { ... } uacpi_field_unit::@703 |
| uacpi_namespace_node* uacpi_field_unit::bank_region |
Definition at line 226 of file types.h.
Referenced by free_field_unit().
| struct uacpi_field_unit* uacpi_field_unit::bank_selection |
Definition at line 227 of file types.h.
Referenced by free_field_unit().
| uacpi_object* uacpi_field_unit::connection |
Definition at line 232 of file types.h.
Referenced by free_field_unit().
| struct uacpi_field_unit* uacpi_field_unit::data |
Definition at line 221 of file types.h.
Referenced by free_field_unit().
| struct uacpi_field_unit* uacpi_field_unit::index |
Definition at line 220 of file types.h.
Referenced by free_field_unit().
| uacpi_u8 uacpi_field_unit::kind |
Definition at line 243 of file types.h.
Referenced by free_field_unit().
| uacpi_namespace_node* uacpi_field_unit::region |
Definition at line 215 of file types.h.
Referenced by free_field_unit().
| struct uacpi_shareable uacpi_field_unit::shareable |