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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c136 __u8 rise_timer, fall_timer, high_timer; member in struct:logical_input
1691 (input->high_timer == 0)) {
1692 input->high_timer++;
1699 if (input->high_timer == 0) {
1708 if (input->high_timer >= KEYPAD_REP_START) {
1709 input->high_timer -= KEYPAD_REP_DELAY;
1717 if (input->high_timer < 255)
1718 input->high_timer++;
1739 if (input->high_timer >= KEYPAD_REP_START)
1740 input->high_timer
[all...]

Completed in 82 milliseconds