Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dscc.c190 static void t_txdelay(struct timer_list *t);
493 scc_start_tx_timer(scc, t_txdelay, 0); in scc_exint()
509 scc_start_tx_timer(scc, t_txdelay, 0); /* restart transmission */ in scc_exint()
1158 scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay); in t_dwait()
1160 scc_start_tx_timer(scc, t_txdelay, 0); in t_dwait()
1170 static void t_txdelay(struct timer_list *t) in t_txdelay() function
1350 scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay); in scc_set_param()