Searched refs:wakeup_chars (Results 1 – 15 of 15) sorted by relevance
90 short wakeup_chars; member
129 short wakeup_chars; member
129 if (port->gs.xmit_cnt <= port->gs.wakeup_chars) { in transmit_char_pio()132 port->gs.wakeup_chars); in transmit_char_pio()
534 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()
800 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()
635 if ((port->gs.xmit_cnt <= port->gs.wakeup_chars) && port->gs.tty) { in a2232_vbl_inter()
916 port->wakeup_chars = tmp; in gs_set_termios()
572 if (port->gs.tty && port->gs.xmit_cnt <= port->gs.wakeup_chars) in scc_tx_int()
1059 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()
456 if (port->gs.xmit_cnt <= port->gs.wakeup_chars) { in transmit_chars()
704 if (port->gs.xmit_cnt <= port->gs.wakeup_chars) in sci_transmit_chars()
262 short wakeup_chars; member
647 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()
52 int wakeup_chars; member
247 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);