Lines Matching refs:tx_wdog
793 del_timer(&scc->tx_wdog); in init_channel()
1025 del_timer(&scc->tx_wdog); in scc_start_defer()
1029 scc->tx_wdog.data = (unsigned long) scc; in scc_start_defer()
1030 scc->tx_wdog.function = t_busy; in scc_start_defer()
1031 scc->tx_wdog.expires = jiffies + HZ*scc->kiss.maxdefer; in scc_start_defer()
1032 add_timer(&scc->tx_wdog); in scc_start_defer()
1044 del_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1048 scc->tx_wdog.data = (unsigned long) scc; in scc_start_maxkeyup()
1049 scc->tx_wdog.function = t_maxkeyup; in scc_start_maxkeyup()
1050 scc->tx_wdog.expires = jiffies + HZ*scc->kiss.maxkeyup; in scc_start_maxkeyup()
1051 add_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1197 del_timer(&scc->tx_wdog); in t_tail()
1282 del_timer(&scc->tx_wdog); in t_idle()
1422 del_timer(&scc->tx_wdog); in scc_stop_calibrate()
1445 del_timer(&scc->tx_wdog); in scc_start_calibrate()
1447 scc->tx_wdog.data = (unsigned long) scc; in scc_start_calibrate()
1448 scc->tx_wdog.function = scc_stop_calibrate; in scc_start_calibrate()
1449 scc->tx_wdog.expires = jiffies + HZ*duration; in scc_start_calibrate()
1450 add_timer(&scc->tx_wdog); in scc_start_calibrate()
1638 del_timer(&scc->tx_wdog); in scc_net_close()