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

Public Attributes | |
| struct uacpi_shareable | shareable |
| uacpi_address_space_handler * | handler |
| uacpi_handle | user_context |
| uacpi_u16 | space |
| uacpi_u8 | state_flags |
| uacpi_u64 | offset |
| uacpi_u64 | length |
| union { | |
| uacpi_u64 table_idx | |
| uacpi_u8 * internal_buffer | |
| }; | |
| struct uacpi_operation_region * | next |
| union { ... } uacpi_operation_region::@699 |
| uacpi_address_space_handler* uacpi_operation_region::handler |
Definition at line 118 of file types.h.
Referenced by do_install_or_uninstall_handler(), find_previous_region_link(), free_op_region(), region_install_handler(), region_uninstall_handler(), uacpi_dispatch_opregion_io(), and uacpi_opregion_attach().
| uacpi_u8* uacpi_operation_region::internal_buffer |
Definition at line 130 of file types.h.
Referenced by free_op_region(), uacpi_dispatch_opregion_io(), and uacpi_opregion_attach().
| uacpi_u64 uacpi_operation_region::length |
Definition at line 123 of file types.h.
Referenced by free_op_region(), handle_create_data_region(), handle_create_op_region(), handle_load(), uacpi_dispatch_opregion_io(), and uacpi_opregion_attach().
| struct uacpi_operation_region* uacpi_operation_region::next |
Definition at line 134 of file types.h.
Referenced by region_install_handler(), and region_uninstall_handler().
| uacpi_u64 uacpi_operation_region::offset |
Definition at line 122 of file types.h.
Referenced by handle_create_data_region(), handle_create_op_region(), handle_load(), uacpi_dispatch_opregion_io(), and uacpi_opregion_attach().
| struct uacpi_shareable uacpi_operation_region::shareable |
| uacpi_u16 uacpi_operation_region::space |
Definition at line 120 of file types.h.
Referenced by do_install_or_uninstall_handler(), do_run_reg(), free_op_region(), handle_create_data_region(), handle_create_op_region(), handle_load(), handle_special_field(), region_run_reg(), uacpi_dispatch_opregion_io(), uacpi_initialize_opregion_node(), and uacpi_opregion_attach().
| uacpi_u8 uacpi_operation_region::state_flags |
Definition at line 121 of file types.h.
Referenced by do_run_reg(), region_uninstall_handler(), uacpi_initialize_opregion_node(), and uacpi_opregion_attach().
| uacpi_u64 uacpi_operation_region::table_idx |
Definition at line 127 of file types.h.
Referenced by free_op_region(), and handle_create_data_region().
| uacpi_handle uacpi_operation_region::user_context |
Definition at line 119 of file types.h.
Referenced by region_uninstall_handler(), uacpi_dispatch_opregion_io(), and uacpi_opregion_attach().