tag | line | file | source code |
TIMER_STOPPED | 1383 | drivers/char/scc.c | scc->t_dwait = TIMER_STOPPED; |
TIMER_STOPPED | 1384 | drivers/char/scc.c | scc->t_slot = TIMER_STOPPED; |
TIMER_STOPPED | 1392 | drivers/char/scc.c | if (scc->t_mbusy == TIMER_STOPPED) |
TIMER_STOPPED | 1415 | drivers/char/scc.c | scc->t_txdel = TIMER_STOPPED; |
TIMER_STOPPED | 1427 | drivers/char/scc.c | scc->t_tail = TIMER_STOPPED; |
TIMER_STOPPED | 1446 | drivers/char/scc.c | scc->t_maxk = TIMER_STOPPED; |
TIMER_STOPPED | 1476 | drivers/char/scc.c | scc->t_mbusy = TIMER_STOPPED; |
TIMER_STOPPED | 1483 | drivers/char/scc.c | scc->t_maxk = TIMER_STOPPED; |
TIMER_STOPPED | 1484 | drivers/char/scc.c | scc->t_idle = TIMER_STOPPED; |
TIMER_STOPPED | 1597 | drivers/char/scc.c | #define SVAL val? val:TIMER_STOPPED |
TIMER_STOPPED | 2379 | drivers/char/scc.c | #define SVAL kiss_cmd.param? kiss_cmd.param:TIMER_STOPPED |
TIMER_STOPPED | 121 | include/linux/scc.h | #define Running(k) (scc->k != TIMER_STOPPED) |
TIMER_STOPPED | 122 | include/linux/scc.h | #define Expired(k) (scc->k != TIMER_STOPPED) && (!(scc->k) || (--(scc->k) == 0)) |
TIMER_STOPPED | 123 | include/linux/scc.h | #define Stop_Timer(k) scc->k = TIMER_STOPPED |