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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 117 milliseconds