Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c47 static struct timer_list hfc_tl; variable
2307 hfc_tl.expires = hfc_jiffies; in hfcpci_softirq()
2308 add_timer(&hfc_tl); in hfcpci_softirq()
2334 timer_setup(&hfc_tl, hfcpci_softirq, 0); in HFC_init()
2335 hfc_tl.expires = jiffies + tics; in HFC_init()
2336 hfc_jiffies = hfc_tl.expires; in HFC_init()
2337 add_timer(&hfc_tl); in HFC_init()
2343 if (timer_pending(&hfc_tl)) in HFC_init()
2344 del_timer(&hfc_tl); in HFC_init()
2353 if (timer_pending(&hfc_tl)) in HFC_cleanup()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c47 static struct timer_list hfc_tl; variable
2307 hfc_tl.expires = hfc_jiffies; in hfcpci_softirq()
2308 add_timer(&hfc_tl); in hfcpci_softirq()
2334 timer_setup(&hfc_tl, hfcpci_softirq, 0); in HFC_init()
2335 hfc_tl.expires = jiffies + tics; in HFC_init()
2336 hfc_jiffies = hfc_tl.expires; in HFC_init()
2337 add_timer(&hfc_tl); in HFC_init()
2343 if (timer_pending(&hfc_tl)) in HFC_init()
2344 del_timer(&hfc_tl); in HFC_init()
2353 del_timer_sync(&hfc_tl); in HFC_cleanup()
[all...]

Completed in 6 milliseconds