Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/misc/
Dwistron_btns.c1034 static unsigned long jiffies_last_press; variable
1139 jiffies_last_press = jiffies; in handle_key()
1174 if (time_before(jiffies, jiffies_last_press + 2 * HZ)) in wistron_poll()