Searched refs:wakeup_chars (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Driscom8.h86 short wakeup_chars; member in struct:riscom_port
H A Dspecialix_io8.h127 short wakeup_chars; member in struct:specialix_port
H A Driscom8.c486 if (port->xmit_cnt <= port->wakeup_chars)
514 if (port->xmit_cnt <= port->wakeup_chars)
526 if (port->xmit_cnt <= port->wakeup_chars)
697 port->wakeup_chars = (tmp < 0) ? 0 : ((tmp >= SERIAL_XMIT_SIZE) ?
H A Dser_a2232.c583 if ((port->gs.xmit_cnt <= port->gs.wakeup_chars) && port->gs.tty) {
H A Dspecialix.c778 if (port->xmit_cnt <= port->wakeup_chars)
818 if (port->xmit_cnt <= port->wakeup_chars)
830 if (port->xmit_cnt <= port->wakeup_chars)
1105 port->wakeup_chars = (tmp < 0) ? 0 : ((tmp >= SERIAL_XMIT_SIZE) ?
H A Dgeneric_serial.c792 port->wakeup_chars = tmp;
H A Dvme_scc.c534 if (port->gs.tty && port->gs.xmit_cnt <= port->gs.wakeup_chars)
H A Dsx.c894 if ((port->gs.xmit_cnt <= port->gs.wakeup_chars) && port->gs.tty) {
897 port->gs.wakeup_chars);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgeneric_serial.h51 int wakeup_chars; member in struct:gs_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Driointr.c165 if (PortP->gs.xmit_cnt <= (PortP->gs.wakeup_chars + 2 * PKT_MAX_DATA_LEN))

Completed in 88 milliseconds