Home
last modified time | relevance | path

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

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