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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsentelic.c606 static unsigned int ps2_last_second; local
614 if (jiffies_msec - ps2_last_second > 1000) {
617 ps2_last_second = jiffies_msec;

Completed in 865 milliseconds