tag | line | file | source code |
rx_t | 1055 | drivers/char/scc.c | if (scc->rx_t.next) |
rx_t | 1056 | drivers/char/scc.c | del_timer(&(scc->rx_t)); |
rx_t | 1058 | drivers/char/scc.c | scc->rx_t.expires = jiffies + 1; |
rx_t | 1059 | drivers/char/scc.c | scc->rx_t.function = scc_rx_timer; |
rx_t | 1060 | drivers/char/scc.c | scc->rx_t.data = (unsigned long) scc; |
rx_t | 1061 | drivers/char/scc.c | add_timer(&scc->rx_t); |
rx_t | 1199 | drivers/char/scc.c | if (scc->rx_t.next) del_timer(&(scc->rx_t)); |
rx_t | 1533 | drivers/char/scc.c | scc->rx_t.expires = jiffies + HZ/TPS; |
rx_t | 1534 | drivers/char/scc.c | add_timer(&scc->rx_t); |
rx_t | 1546 | drivers/char/scc.c | scc->rx_t.expires = jiffies + HZ/TPS; |
rx_t | 1547 | drivers/char/scc.c | add_timer(&scc->rx_t); |
rx_t | 1576 | drivers/char/scc.c | scc->rx_t.data = (unsigned long) scc; |
rx_t | 1577 | drivers/char/scc.c | scc->rx_t.function = scc_rx_timer; |
rx_t | 2040 | drivers/char/scc.c | del_timer(&scc->rx_t); |
rx_t | 2594 | drivers/char/scc.c | del_timer(&(scc->rx_t)); |
rx_t | 2595 | drivers/char/scc.c | scc->rx_t.expires = jiffies + HZ/TPS; |
rx_t | 2596 | drivers/char/scc.c | add_timer(&scc->rx_t); |
rx_t | 2610 | drivers/char/scc.c | del_timer(&(scc->rx_t)); |
rx_t | 2611 | drivers/char/scc.c | scc_tx_timer(scc->rx_t.data); |
rx_t | 267 | include/linux/scc.h | struct timer_list rx_t; /* rx timer */ |