Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/misc/
Dwistron_btns.c1046 static unsigned long jiffies_last_press; variable
1152 jiffies_last_press = jiffies; in handle_key()
1184 if (time_before(jiffies, jiffies_last_press + 2 * HZ)) in wistron_poll()