Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/hamradio/
Dscc.c196 static void scc_start_tx_timer(struct scc_channel *, void (*)(unsigned long), unsigned long);
491 scc_start_tx_timer(scc, t_txdelay, 0); in scc_exint()
507 scc_start_tx_timer(scc, t_txdelay, 0); /* restart transmission */ in scc_exint()
1013 static void scc_start_tx_timer(struct scc_channel *scc, void (*handler)(unsigned long), unsigned lo… in scc_start_tx_timer() function
1072 scc_start_tx_timer(scc, t_idle, in scc_tx_done()
1080 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done()
1147 scc_start_tx_timer(scc, t_dwait, scc->kiss.slottime); in t_dwait()
1155 scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay); in t_dwait()
1157 scc_start_tx_timer(scc, t_txdelay, 0); in t_dwait()
1201 scc_start_tx_timer(scc, t_dwait, scc->kiss.mintime*100); in t_tail()
[all …]