tag | line | file | source code |
---|---|---|---|
wakeup_chars | 517 | drivers/char/riscom8.c | if (port->xmit_cnt <= port->wakeup_chars) |
wakeup_chars | 547 | drivers/char/riscom8.c | if (port->xmit_cnt <= port->wakeup_chars) |
wakeup_chars | 559 | drivers/char/riscom8.c | if (port->xmit_cnt <= port->wakeup_chars) |
wakeup_chars | 740 | drivers/char/riscom8.c | port->wakeup_chars = (tmp < 0) ? 0 : ((tmp >= SERIAL_XMIT_SIZE) ? |
wakeup_chars | 90 | drivers/char/riscom8.h | short wakeup_chars; |