_thermal_stateRegular
4.4: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
4.8: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
4.10: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
4.13: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
4.15: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
4.18: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
5.0: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
5.3: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
5.4: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
5.8: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
5.11: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
5.13: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
5.15: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
5.19: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
6.2: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
6.5: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
6.8: ✅struct _thermal_state {
u64 next_check;
u64 last_interrupt_time;
struct delayed_work therm_work;
long unsigned int count;
long unsigned int last_count;
long unsigned int max_time_ms;
long unsigned int total_time_ms;
bool rate_control_active;
bool new_event;
u8 level;
u8 sample_index;
u8 sample_count;
u8 average;
u8 baseline_temp;
u8 temp_samples[3];
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
azure: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
gcp: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
lowlatency: ✅struct _thermal_state {
bool new_event;
int event;
u64 next_check;
long unsigned int count;
long unsigned int last_count;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️u64 last_interrupt_time
struct delayed_work therm_work
long unsigned int max_time_ms
long unsigned int total_time_ms
bool rate_control_active
u8 level
u8 sample_index
u8 sample_count
u8 average
u8 baseline_temp
u8 temp_samples[3]
int event
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅