tag | line | file | source code |
tx_kiss_state | 1730 | drivers/char/scc.c | switch (scc->stat.tx_kiss_state) |
tx_kiss_state | 1739 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_DATA; |
tx_kiss_state | 1745 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_ESCAPE; |
tx_kiss_state | 1749 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_IDLE; |
tx_kiss_state | 1758 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_DATA; |
tx_kiss_state | 1763 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_DATA; |
tx_kiss_state | 1770 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_IDLE; |
tx_kiss_state | 1999 | drivers/char/scc.c | scc->stat.tx_kiss_state = KISS_IDLE; /* don't change this... */ |
tx_kiss_state | 176 | include/linux/scc.h | char tx_kiss_state; /* state of the kiss interpreter */ |