Lines Matching refs:tx_wdog
798 del_timer(&scc->tx_wdog); in init_channel()
1032 del_timer(&scc->tx_wdog); in scc_start_defer()
1036 scc->tx_wdog.function = t_busy; in scc_start_defer()
1037 scc->tx_wdog.expires = jiffies + HZ*scc->kiss.maxdefer; in scc_start_defer()
1038 add_timer(&scc->tx_wdog); in scc_start_defer()
1048 del_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1052 scc->tx_wdog.function = t_maxkeyup; in scc_start_maxkeyup()
1053 scc->tx_wdog.expires = jiffies + HZ*scc->kiss.maxkeyup; in scc_start_maxkeyup()
1054 add_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1197 del_timer(&scc->tx_wdog); in t_tail()
1220 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_busy()
1239 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in t_maxkeyup()
1275 del_timer(&scc->tx_wdog); in t_idle()
1406 struct scc_channel *scc = from_timer(scc, t, tx_wdog); in scc_stop_calibrate()
1410 del_timer(&scc->tx_wdog); in scc_stop_calibrate()
1431 del_timer(&scc->tx_wdog); in scc_start_calibrate()
1433 scc->tx_wdog.function = scc_stop_calibrate; in scc_start_calibrate()
1434 scc->tx_wdog.expires = jiffies + HZ*duration; in scc_start_calibrate()
1435 add_timer(&scc->tx_wdog); in scc_start_calibrate()
1529 timer_setup(&scc->tx_wdog, NULL, 0); in scc_net_alloc()
1612 del_timer_sync(&scc->tx_wdog); in scc_net_close()