Searched refs:STOP_CHAR (Results 1 – 25 of 25) sorted by relevance
974 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()975 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
252 STOP_CHAR(tty) == '\023' && in pty_set_termios()
676 mxser_set_must_xoff1_value(info->ioaddr, STOP_CHAR(tty)); in mxser_change_speed()1285 info->x_char = STOP_CHAR(tty); in mxser_throttle()
1225 return c == START_CHAR(tty) || c == STOP_CHAR(tty); in n_tty_is_char_flow_ctrl()1845 set_bit(STOP_CHAR(tty), ldata->char_map); in n_tty_set_termios()
857 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
1272 send_xchar(tty, STOP_CHAR(tty)); in throttle()
44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
672 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
1159 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()1167 chars.bXoffChar = STOP_CHAR(tty); in cp210x_set_flow_control()
300 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
667 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode()
768 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
782 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
2133 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()2295 config->cXoff = STOP_CHAR(tty); in change_port_settings()
1386 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()2416 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
1135 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
964 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
945 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
2754 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
291 serial_out(up, MTK_UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
907 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
562 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
823 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
738 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()