| tag | line | file | source code |
| t_txdel | 695 | drivers/char/scc.c | if (!Running(t_txdel) && scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */ |
| t_txdel | 696 | drivers/char/scc.c | scc->t_txdel = 0; /* kick it! */ |
| t_txdel | 1056 | drivers/char/scc.c | scc->t_txdel = scc->kiss.txdelay; |
| t_txdel | 1059 | drivers/char/scc.c | scc->t_txdel = 0; |
| t_txdel | 1068 | drivers/char/scc.c | scc->t_txdel = TIMER_STOPPED; |
| t_txdel | 1108 | drivers/char/scc.c | scc->t_txdel = TPS * scc->kiss.waittime; |
| t_txdel | 1129 | drivers/char/scc.c | scc->t_txdel = scc->kiss.txdelay; /* brute force ... */ |
| t_txdel | 1196 | drivers/char/scc.c | if (Expired(t_txdel)) txdel_timeout(scc) ; else |
| t_txdel | 1224 | drivers/char/scc.c | Stop_Timer(t_txdel); |
| t_txdel | 258 | include/linux/scc.h | unsigned int t_txdel; /* TX delay */ |