Home
last modified time | relevance | path

Searched refs:wakeup_chars (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/drivers/char/
Driscom8.h90 short wakeup_chars; member
Dspecialix_io8.h129 short wakeup_chars; member
Dserial_tx3912.c129 if (port->gs.xmit_cnt <= port->gs.wakeup_chars) { in transmit_char_pio()
132 port->gs.wakeup_chars); in transmit_char_pio()
Driscom8.c534 if (port->xmit_cnt <= port->wakeup_chars) in rc_transmit()
566 if (port->xmit_cnt <= port->wakeup_chars) in rc_check_modem()
578 if (port->xmit_cnt <= port->wakeup_chars) in rc_check_modem()
764 port->wakeup_chars = (tmp < 0) ? 0 : ((tmp >= SERIAL_XMIT_SIZE) ? in rc_change_speed()
Dspecialix.c800 if (port->xmit_cnt <= port->wakeup_chars) in sx_transmit()
852 if (port->xmit_cnt <= port->wakeup_chars) in sx_check_modem()
864 if (port->xmit_cnt <= port->wakeup_chars) in sx_check_modem()
1119 port->wakeup_chars = (tmp < 0) ? 0 : ((tmp >= SERIAL_XMIT_SIZE) ? in sx_change_speed()
Dser_a2232.c635 if ((port->gs.xmit_cnt <= port->gs.wakeup_chars) && port->gs.tty) { in a2232_vbl_inter()
Dgeneric_serial.c916 port->wakeup_chars = tmp; in gs_set_termios()
Dvme_scc.c572 if (port->gs.tty && port->gs.xmit_cnt <= port->gs.wakeup_chars) in scc_tx_int()
Dsx.c1059 if ((port->gs.xmit_cnt <= port->gs.wakeup_chars) && port->gs.tty) { in sx_transmit_chars()
1062 port->gs.wakeup_chars); in sx_transmit_chars()
Dserial_txx9.c456 if (port->gs.xmit_cnt <= port->gs.wakeup_chars) { in transmit_chars()
Dsh-sci.c704 if (port->gs.xmit_cnt <= port->gs.wakeup_chars) in sci_transmit_chars()
/linux-2.4.37.9/drivers/sbus/char/
Daurora.h262 short wakeup_chars; member
Daurora.c647 if (port->xmit_cnt <= port->wakeup_chars) in aurora_transmit()
1072 port->wakeup_chars = (tmp < 0) ? 0 : ((tmp >= SERIAL_XMIT_SIZE) ? in aurora_change_speed()
/linux-2.4.37.9/include/linux/
Dgeneric_serial.h52 int wakeup_chars; member
/linux-2.4.37.9/drivers/char/rio/
Driointr.c247 if (PortP->gs.xmit_cnt <= (PortP->gs.wakeup_chars + 2*PKT_MAX_DATA_LEN)) {
250 PortP->gs.wakeup_chars, PortP->gs.xmit_cnt);
253 PortP->gs.wakeup_chars, PortP->gs.xmit_cnt);