Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c65 #define INPUT_POLL_TIME (HZ / 50) macro
66 /* a key starts to repeat after this times INPUT_POLL_TIME */
68 /* a key repeats this times INPUT_POLL_TIME */
1409 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer()
1418 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()
/kernel/linux/linux-6.6/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); in panel_scan_timer()
1368 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()

Completed in 5 milliseconds