Searched refs:high_timer (Results 1 – 1 of 1) sorted by relevance
196 __u8 rise_timer, fall_timer, high_timer; member1844 (input->high_timer == 0)) { in input_state_high()1845 input->high_timer++; in input_state_high()1852 if (input->high_timer == 0) { in input_state_high()1865 if (input->high_timer >= KEYPAD_REP_START) { in input_state_high()1868 input->high_timer -= KEYPAD_REP_DELAY; in input_state_high()1875 if (input->high_timer < 255) in input_state_high()1876 input->high_timer++; in input_state_high()1907 if (input->high_timer >= KEYPAD_REP_START) { in input_state_falling()1910 input->high_timer -= KEYPAD_REP_DELAY; in input_state_falling()[all …]