Lines Matching refs:tx_wdog
796 del_timer(&scc->tx_wdog); in init_channel()
1030 del_timer(&scc->tx_wdog); in scc_start_defer()
1034 scc->tx_wdog.function = t_busy; in scc_start_defer()
1035 scc->tx_wdog.expires = jiffies + HZ*scc->kiss.maxdefer; in scc_start_defer()
1036 add_timer(&scc->tx_wdog); in scc_start_defer()
1046 del_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1050 scc->tx_wdog.function = t_maxkeyup; in scc_start_maxkeyup()
1051 scc->tx_wdog.expires = jiffies + HZ*scc->kiss.maxkeyup; in scc_start_maxkeyup()
1052 add_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1195 del_timer(&scc->tx_wdog); in t_tail()
1218 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_busy()
1237 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_maxkeyup()
1273 del_timer(&scc->tx_wdog); in t_idle()
1404 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in scc_stop_calibrate()
1408 del_timer(&scc->tx_wdog); in scc_stop_calibrate()
1429 del_timer(&scc->tx_wdog); in scc_start_calibrate()
1431 scc->tx_wdog.function = scc_stop_calibrate; in scc_start_calibrate()
1432 scc->tx_wdog.expires = jiffies + HZ*duration; in scc_start_calibrate()
1433 add_timer(&scc->tx_wdog); in scc_start_calibrate()
1527 timer_setup(&scc->tx_wdog, NULL, 0); in scc_net_alloc()
1611 del_timer_sync(&scc->tx_wdog); in scc_net_close()