tag | line | file | source code |
tx_t | 1200 | drivers/char/scc.c | if (scc->tx_t.next) del_timer(&(scc->tx_t)); |
tx_t | 1519 | drivers/char/scc.c | scc->tx_t.expires = jiffies + HZ/TPS; |
tx_t | 1520 | drivers/char/scc.c | add_timer(&scc->tx_t); |
tx_t | 1568 | drivers/char/scc.c | if (scc->tx_t.next) |
tx_t | 1569 | drivers/char/scc.c | del_timer(&scc->tx_t); |
tx_t | 1571 | drivers/char/scc.c | scc->tx_t.data = (unsigned long) scc; |
tx_t | 1572 | drivers/char/scc.c | scc->tx_t.function = scc_tx_timer; |
tx_t | 1573 | drivers/char/scc.c | scc->tx_t.expires = jiffies + HZ/TPS; |
tx_t | 1574 | drivers/char/scc.c | add_timer(&scc->tx_t); |
tx_t | 2039 | drivers/char/scc.c | del_timer(&scc->tx_t); |
tx_t | 266 | include/linux/scc.h | struct timer_list tx_t; /* tx timer for this channel */ |