tag | line | file | source code |
---|---|---|---|
t_slot | 1128 | drivers/char/scc.c | scc->t_slot = TIMER_STOPPED; |
t_slot | 1139 | drivers/char/scc.c | scc->t_slot = scc->kiss.slottime; |
t_slot | 1288 | drivers/char/scc.c | if (Expired(t_slot)) dw_slot_timeout(scc) ; else |
t_slot | 1320 | drivers/char/scc.c | Stop_Timer(t_slot); |
t_slot | 257 | include/linux/scc.h | unsigned int t_slot; /* channel sample frequency */ |