Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/isdn/hardware/mISDN/
Dhfcpci.c47 static struct timer_list hfc_tl; variable
2302 hfc_tl.expires = hfc_jiffies; in hfcpci_softirq()
2303 add_timer(&hfc_tl); in hfcpci_softirq()
2329 timer_setup(&hfc_tl, hfcpci_softirq, 0); in HFC_init()
2330 hfc_tl.expires = jiffies + tics; in HFC_init()
2331 hfc_jiffies = hfc_tl.expires; in HFC_init()
2332 add_timer(&hfc_tl); in HFC_init()
2338 if (timer_pending(&hfc_tl)) in HFC_init()
2339 del_timer(&hfc_tl); in HFC_init()
2348 del_timer_sync(&hfc_tl); in HFC_cleanup()