Lines Matching refs:tx_t
797 timer_delete(&scc->tx_t);
1002 timer_delete(&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 = timer_container_of(scc, t, tx_t);
1172 struct scc_channel *scc = timer_container_of(scc, t, tx_t);
1193 struct scc_channel *scc = timer_container_of(scc, t, tx_t);
1222 timer_delete(&scc->tx_t);
1251 timer_delete(&scc->tx_t);
1273 struct scc_channel *scc = timer_container_of(scc, t, tx_t);
1529 timer_setup(&scc->tx_t, NULL, 0);
1612 timer_delete_sync(&scc->tx_t);