Lines Matching refs:tx_t
797 del_timer(&scc->tx_t);
1002 del_timer(&scc->tx_t);
1006 handler(&scc->tx_t);
1010 scc->tx_t.function = handler;
1011 scc->tx_t.expires = jiffies + (when*HZ)/100;
1012 add_timer(&scc->tx_t);
1130 struct scc_channel *scc = from_timer(scc, t, tx_t);
1172 struct scc_channel *scc = from_timer(scc, t, tx_t);
1193 struct scc_channel *scc = from_timer(scc, t, tx_t);
1222 del_timer(&scc->tx_t);
1251 del_timer(&scc->tx_t);
1273 struct scc_channel *scc = from_timer(scc, t, tx_t);
1528 timer_setup(&scc->tx_t, NULL, 0);
1611 del_timer_sync(&scc->tx_t);