Home
last modified time | relevance | path

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

/drivers/auxdisplay/
Dpanel.c67 #define INPUT_POLL_TIME (HZ / 50) macro
1411 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer()
1420 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()