|
PatchworkOS
|
ACPI object. More...
#include <object.h>
| union { ... } aml_object_t |
| aml_alias_obj_t aml_object_t::alias |
Definition at line 446 of file object.h.
Referenced by aml_alias_obj_traverse(), aml_namespace_find_child(), and aml_object_clear().
| aml_arg_obj_t aml_object_t::arg |
Definition at line 448 of file object.h.
Referenced by aml_convert_source(), aml_copy_object(), aml_def_size_of_read(), aml_object_clear(), aml_state_init(), and aml_store().
| aml_buffer_obj_t aml_object_t::buffer |
Definition at line 431 of file object.h.
Referenced by aml_buffer_set(), aml_buffer_set_empty(), aml_compare(), aml_concat_buffer(), aml_concat_integer(), aml_concat_resolve_to_buffer(), aml_convert_to_decimal_string(), aml_convert_to_hex_string(), aml_copy_data_and_type(), aml_def_index_read(), aml_def_size_of_read(), aml_integer_to_buffer(), aml_object_clear(), aml_object_to_string(), aml_string_to_buffer(), and aml_term_arg_read_buffer().
| aml_buffer_field_obj_t aml_object_t::bufferField |
Definition at line 432 of file object.h.
Referenced by aml_buffer_to_buffer_field(), aml_convert(), aml_copy_object(), aml_integer_to_buffer_field(), aml_object_clear(), and aml_object_to_string().
| aml_event_obj_t aml_object_t::event |
| aml_field_unit_obj_t aml_object_t::fieldUnit |
Definition at line 434 of file object.h.
Referenced by aml_convert(), aml_copy_object(), aml_def_bank_field_read(), aml_def_index_field_read(), aml_field_unit_bank_field_set(), aml_integer_to_field_unit(), aml_object_clear(), aml_object_count_children(), and aml_object_to_string().
| aml_integer_obj_t aml_object_t::integer |
Definition at line 435 of file object.h.
Referenced by aml_buffer_to_integer(), aml_compare(), aml_concat_integer(), aml_concat_resolve_to_integer(), aml_convert_to_decimal_string(), aml_convert_to_hex_string(), aml_copy_data_and_type(), aml_def_add_read(), aml_def_and_read(), aml_def_decrement_read(), aml_def_find_set_left_bit_read(), aml_def_find_set_right_bit_read(), aml_def_increment_read(), aml_def_lnot_read(), aml_def_multiply_read(), aml_def_nand_read(), aml_def_nor_read(), aml_def_not_read(), aml_def_or_read(), aml_def_shift_left_read(), aml_def_shift_right_read(), aml_def_subtract_read(), aml_def_to_bcd_read(), aml_def_xor_read(), aml_generic_field_read_at(), aml_integer_to_buffer(), aml_integer_to_debug_object(), aml_integer_to_string(), aml_method_evaluate_integer(), aml_object_to_string(), aml_string_to_integer(), and aml_term_arg_read_integer().
| aml_integer_constant_obj_t aml_object_t::integerConstant |
| aml_local_obj_t aml_object_t::local |
Definition at line 449 of file object.h.
Referenced by aml_convert_source(), aml_copy_object(), aml_def_size_of_read(), aml_local_obj_read(), aml_local_set(), aml_object_clear(), and aml_store().
| aml_method_obj_t aml_object_t::method |
Definition at line 437 of file object.h.
Referenced by aml_method_evaluate_integer(), aml_method_find_recursive(), aml_method_invocation_read(), aml_method_set(), aml_object_clear(), and aml_object_to_string().
| aml_mutex_obj_t aml_object_t::mutex |
Definition at line 438 of file object.h.
Referenced by aml_def_release_read(), aml_mutex_set(), aml_object_clear(), aml_object_to_string(), and aml_predefined_init().
| aml_object_reference_obj_t aml_object_t::objectReference |
Definition at line 439 of file object.h.
Referenced by aml_copy_data_and_type(), aml_copy_object(), aml_def_object_type_read(), aml_obj_reference_read(), aml_object_clear(), aml_object_to_string(), aml_reference_type_opcode_read(), and aml_store().
| aml_opregion_obj_t aml_object_t::opregion |
Definition at line 440 of file object.h.
Referenced by aml_def_bank_field_read(), aml_def_field_read(), and aml_object_to_string().
| aml_package_obj_t aml_object_t::package |
Definition at line 441 of file object.h.
Referenced by aml_copy_data_and_type(), aml_def_package_read(), aml_def_size_of_read(), aml_def_var_package_read(), aml_object_clear(), aml_object_count_children(), aml_object_to_string(), aml_package_set(), aml_package_to_debug_object(), and aml_term_arg_read_package().
| aml_power_resource_obj_t aml_object_t::powerResource |
Definition at line 442 of file object.h.
Referenced by aml_object_to_string().
| aml_processor_obj_t aml_object_t::processor |
Definition at line 443 of file object.h.
Referenced by aml_object_to_string().
| aml_string_obj_t aml_object_t::string |
Definition at line 444 of file object.h.
Referenced by aml_buffer_to_string(), aml_compare(), aml_concat_other_types(), aml_concat_resolve_to_string(), aml_concat_string(), aml_convert_to_decimal_string(), aml_convert_to_hex_string(), aml_convert_to_integer(), aml_copy_data_and_type(), aml_def_index_read(), aml_def_size_of_read(), aml_def_to_string_read(), aml_integer_to_string(), aml_obj_reference_read(), aml_object_clear(), aml_object_get_bits_at(), aml_object_set_bits_at(), aml_object_to_string(), aml_string_prepare(), aml_string_set(), aml_string_set_empty(), aml_string_to_debug_object(), and aml_term_arg_read_string().
| aml_unresolved_obj_t aml_object_t::unresolved |
Definition at line 447 of file object.h.
Referenced by aml_object_clear(), and aml_unresolved_set().