Home
last modified time | relevance | path

Searched refs:high_timer (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/auxdisplay/
H A Dpanel.c147 __u8 rise_timer, fall_timer, high_timer; member
1189 (input->high_timer == 0)) { in input_state_high()
1190 input->high_timer++; in input_state_high()
1197 if (input->high_timer == 0) { in input_state_high()
1210 if (input->high_timer >= KEYPAD_REP_START) { in input_state_high()
1213 input->high_timer -= KEYPAD_REP_DELAY; in input_state_high()
1220 if (input->high_timer < 255) in input_state_high()
1221 input->high_timer++; in input_state_high()
1252 if (input->high_timer >= KEYPAD_REP_START) { in input_state_falling()
1255 input->high_timer in input_state_falling()
[all...]