Searched defs:menu_device (Results 1 – 2 of 2) sorted by relevance
121 struct menu_device { struct122 int last_state_idx;123 int needs_update;124 int tick_wakeup;126 unsigned int next_timer_us;127 unsigned int predicted_us;128 unsigned int bucket;129 unsigned int correction_factor[BUCKETS];130 unsigned int intervals[INTERVALS];131 int interval_ptr;
109 struct menu_device { struct110 int needs_update;111 int tick_wakeup;113 u64 next_timer_ns;114 unsigned int bucket;115 unsigned int correction_factor[BUCKETS];116 unsigned int intervals[INTERVALS];117 int interval_ptr;