#include <libacpi.h>
Collaboration diagram for thermal_t:
Public Attributes | |
char | name [MAX_NAME] |
int | temperature |
int | frequency |
char | state_file [MAX_NAME] |
char | cooling_file [MAX_NAME] |
char | freq_file [MAX_NAME] |
char | trips_file [MAX_NAME] |
char | temp_file [MAX_NAME] |
thermal_mode_t | therm_mode |
thermal_state_t | therm_state |
Definition at line 144 of file libacpi.h.
char thermal_t::name[MAX_NAME] |
name of the thermal zone
Definition at line 145 of file libacpi.h.
Referenced by init_acpi_thermal().
current temperature of the zone
Definition at line 146 of file libacpi.h.
Referenced by read_acpi_zone().
polling frequency for this zone
Definition at line 147 of file libacpi.h.
Referenced by read_acpi_zone().
char thermal_t::state_file[MAX_NAME] |
state file + path of the zone
Definition at line 148 of file libacpi.h.
Referenced by init_acpi_thermal(), and read_acpi_zone().
char thermal_t::cooling_file[MAX_NAME] |
cooling mode file + path
Definition at line 149 of file libacpi.h.
Referenced by init_acpi_thermal(), and read_acpi_zone().
char thermal_t::freq_file[MAX_NAME] |
polling frequency file + path
Definition at line 150 of file libacpi.h.
Referenced by init_acpi_thermal(), and read_acpi_zone().
char thermal_t::trips_file[MAX_NAME] |
trip points file + path
Definition at line 151 of file libacpi.h.
Referenced by init_acpi_thermal().
char thermal_t::temp_file[MAX_NAME] |
temperature file + path
Definition at line 152 of file libacpi.h.
Referenced by init_acpi_thermal(), and read_acpi_zone().