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

Public Attributes | |
| uacpi_phys_addr | phys_addr |
| struct acpi_sdt_hdr | hdr |
| void * | ptr |
| uacpi_u16 | reference_count |
| uacpi_u8 | flags |
| uacpi_u8 | origin |
| uacpi_u8 uacpi_installed_table::flags |
Definition at line 29 of file tables.h.
Referenced by match_ssdt_or_psdt(), table_ctl(), table_ref_unlocked(), and uacpi_for_each_table().
| struct acpi_sdt_hdr uacpi_installed_table::hdr |
Definition at line 21 of file tables.h.
Referenced by do_search_tables(), match_ssdt_or_psdt(), table_ctl(), table_ref_unlocked(), table_unref_unlocked(), uacpi_deinitialize_tables(), and warn_if_early_referenced().
| uacpi_u8 uacpi_installed_table::origin |
Definition at line 30 of file tables.h.
Referenced by table_ref_unlocked(), table_unref_unlocked(), and uacpi_deinitialize_tables().
| uacpi_phys_addr uacpi_installed_table::phys_addr |
Definition at line 20 of file tables.h.
Referenced by get_external_table_header(), table_ref_unlocked(), and verify_and_install_table().
| void* uacpi_installed_table::ptr |
Definition at line 22 of file tables.h.
Referenced by do_search_tables(), table_ctl(), table_ref_unlocked(), table_unref_unlocked(), and uacpi_deinitialize_tables().
| uacpi_u16 uacpi_installed_table::reference_count |
Definition at line 24 of file tables.h.
Referenced by table_ref_unlocked(), table_unref_unlocked(), uacpi_deinitialize_tables(), and warn_if_early_referenced().