Searched refs:INPUT_POLL_TIME (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.c40 #define INPUT_POLL_TIME (HZ/50) macro
41 /* a key starts to repeat after this times INPUT_POLL_TIME */
43 /* a key repeats this times INPUT_POLL_TIME */
46 /* keep the light on this times INPUT_POLL_TIME for each flash */
1847 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME);
1856 scan_timer.expires = jiffies + INPUT_POLL_TIME;
/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.c40 #define INPUT_POLL_TIME (HZ/50) macro
41 /* a key starts to repeat after this times INPUT_POLL_TIME */
43 /* a key repeats this times INPUT_POLL_TIME */
46 /* keep the light on this times INPUT_POLL_TIME for each flash */
1847 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME);
1856 scan_timer.expires = jiffies + INPUT_POLL_TIME;

Completed in 67 milliseconds