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

/linux-master/drivers/auxdisplay/
H A Dpanel.c147 __u8 rise_timer, fall_timer, high_timer; member in struct:logical_input
1195 (input->high_timer == 0)) {
1196 input->high_timer++;
1203 if (input->high_timer == 0) {
1216 if (input->high_timer >= KEYPAD_REP_START) {
1219 input->high_timer -= KEYPAD_REP_DELAY;
1226 if (input->high_timer < 255)
1227 input->high_timer++;
1258 if (input->high_timer >= KEYPAD_REP_START) {
1261 input->high_timer
[all...]

Completed in 108 milliseconds