Searched refs:hfc_tl (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/isdn/hardware/mISDN/
H A Dhfcpci.c60 static struct timer_list hfc_tl; variable in typeref:struct:timer_list
2328 hfc_tl.expires = hfc_jiffies;
2329 add_timer(&hfc_tl);
2355 hfc_tl.function = (void *)hfcpci_softirq;
2356 hfc_tl.data = 0;
2357 init_timer(&hfc_tl);
2358 hfc_tl.expires = jiffies + tics;
2359 hfc_jiffies = hfc_tl.expires;
2360 add_timer(&hfc_tl);
2366 if (timer_pending(&hfc_tl))
[all...]

Completed in 67 milliseconds