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

/linux-master/drivers/auxdisplay/
H A Dpanel.c66 #define INPUT_POLL_TIME (HZ / 50) macro
67 /* a key starts to repeat after this times INPUT_POLL_TIME */
69 /* a key repeats this times INPUT_POLL_TIME */
1359 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME);
1368 scan_timer.expires = jiffies + INPUT_POLL_TIME;

Completed in 99 milliseconds