menu_deviceRegular
4.4: ✅struct menu_device {
int last_state_idx;
int needs_update;
unsigned int next_timer_us;
unsigned int predicted_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
4.8: ✅struct menu_device {
int last_state_idx;
int needs_update;
unsigned int next_timer_us;
unsigned int predicted_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
4.10: ✅struct menu_device {
int last_state_idx;
int needs_update;
unsigned int next_timer_us;
unsigned int predicted_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
4.13: ✅struct menu_device {
int last_state_idx;
int needs_update;
unsigned int next_timer_us;
unsigned int predicted_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
4.15: ✅struct menu_device {
int last_state_idx;
int needs_update;
unsigned int next_timer_us;
unsigned int predicted_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
4.18: ✅struct menu_device {
int last_state_idx;
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int predicted_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.0: ✅struct menu_device {
int last_state_idx;
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.3: ✅struct menu_device {
int last_state_idx;
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.4: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.8: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.11: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.13: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.15: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
5.19: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
6.2: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
6.5: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
6.8: ✅struct menu_device {
int needs_update;
int tick_wakeup;
u64 next_timer_ns;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
arm64: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
armhf: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
ppc64el: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
riscv64: Absent ⚠️
aws: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
azure: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
gcp: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
lowlatency: ✅struct menu_device {
int needs_update;
int tick_wakeup;
unsigned int next_timer_us;
unsigned int bucket;
unsigned int correction_factor[12];
unsigned int intervals[8];
int interval_ptr;
};
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 ⚠️int tick_wakeup
4.18 and 5.0 ⚠️unsigned int predicted_us
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️int last_state_idx
5.4 and 5.8 ⚠️u64 next_timer_ns
unsigned int next_timer_us
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 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅