Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcpci.c61 static struct timer_list hfc_tl; variable
2306 hfc_tl.expires = hfc_jiffies; in hfcpci_softirq()
2307 add_timer(&hfc_tl); in hfcpci_softirq()
2333 hfc_tl.function = (void *)hfcpci_softirq; in HFC_init()
2334 hfc_tl.data = 0; in HFC_init()
2335 init_timer(&hfc_tl); in HFC_init()
2336 hfc_tl.expires = jiffies + tics; in HFC_init()
2337 hfc_jiffies = hfc_tl.expires; in HFC_init()
2338 add_timer(&hfc_tl); in HFC_init()
2344 if (timer_pending(&hfc_tl)) in HFC_init()
[all …]