Lines Matching refs:tx_t
795 del_timer(&scc->tx_t);
1000 del_timer(&scc->tx_t);
1004 handler(&scc->tx_t);
1008 scc->tx_t.function = handler;
1009 scc->tx_t.expires = jiffies + (when*HZ)/100;
1010 add_timer(&scc->tx_t);
1128 struct scc_channel *scc = from_timer(scc, t, tx_t);
1170 struct scc_channel *scc = from_timer(scc, t, tx_t);
1191 struct scc_channel *scc = from_timer(scc, t, tx_t);
1220 del_timer(&scc->tx_t);
1249 del_timer(&scc->tx_t);
1271 struct scc_channel *scc = from_timer(scc, t, tx_t);
1526 timer_setup(&scc->tx_t, NULL, 0);
1610 del_timer_sync(&scc->tx_t);