Searched refs:high_timer (Results 1 – 1 of 1) sorted by relevance
148 __u8 rise_timer, fall_timer, high_timer; member1247 (input->high_timer == 0)) { in input_state_high()1248 input->high_timer++; in input_state_high()1255 if (input->high_timer == 0) { in input_state_high()1268 if (input->high_timer >= KEYPAD_REP_START) { in input_state_high()1271 input->high_timer -= KEYPAD_REP_DELAY; in input_state_high()1278 if (input->high_timer < 255) in input_state_high()1279 input->high_timer++; in input_state_high()1310 if (input->high_timer >= KEYPAD_REP_START) { in input_state_falling()1313 input->high_timer -= KEYPAD_REP_DELAY; in input_state_falling()[all …]