Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dscc.c798 del_timer(&scc->tx_wdog); in init_channel()
1032 del_timer(&scc->tx_wdog); in scc_start_defer()
1038 add_timer(&scc->tx_wdog); in scc_start_defer()
1048 del_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1054 add_timer(&scc->tx_wdog); in scc_start_maxkeyup()
1197 del_timer(&scc->tx_wdog); in t_tail()
1275 del_timer(&scc->tx_wdog); in t_idle()
1410 del_timer(&scc->tx_wdog); in scc_stop_calibrate()
1431 del_timer(&scc->tx_wdog); in scc_start_calibrate()
1435 add_timer(&scc->tx_wdog); in scc_start_calibrate()
[all …]
/openbmc/linux/include/linux/
H A Dscc.h80 struct timer_list tx_wdog; /* tx watchdogs */ member