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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dwistron_btns.c40 #define POLL_FREQUENCY 10 /* Number of polls per second */ macro
42 #if POLL_FREQUENCY > HZ
43 #error "POLL_FREQUENCY too high"
1094 mod_timer(&poll_timer, jiffies + HZ / POLL_FREQUENCY);

Completed in 42 milliseconds