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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c391 static struct timer_list scan_timer; variable in typeref:struct:timer_list
1016 if (scan_timer.function != NULL) {
1847 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME);
1852 if (scan_timer.function != NULL)
1855 init_timer(&scan_timer);
1856 scan_timer.expires = jiffies + INPUT_POLL_TIME;
1857 scan_timer.data = 0;
1858 scan_timer.function = (void *)&panel_scan_timer;
1859 add_timer(&scan_timer);
2213 if (scan_timer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180.h354 struct timer_list scan_timer; member in struct:r8180_priv

Completed in 83 milliseconds