taglinefilesource code
tx_t1200drivers/char/scc.cif (scc->tx_t.next) del_timer(&(scc->tx_t));
tx_t1519drivers/char/scc.cscc->tx_t.expires = jiffies + HZ/TPS;
tx_t1520drivers/char/scc.cadd_timer(&scc->tx_t);
tx_t1568drivers/char/scc.cif (scc->tx_t.next) 
tx_t1569drivers/char/scc.cdel_timer(&scc->tx_t);
tx_t1571drivers/char/scc.cscc->tx_t.data = (unsigned long) scc;
tx_t1572drivers/char/scc.cscc->tx_t.function = scc_tx_timer;
tx_t1573drivers/char/scc.cscc->tx_t.expires = jiffies + HZ/TPS;
tx_t1574drivers/char/scc.cadd_timer(&scc->tx_t);
tx_t2039drivers/char/scc.cdel_timer(&scc->tx_t);
tx_t266include/linux/scc.hstruct timer_list tx_t;  /* tx timer for this channel */