Searched refs:STOP_CHAR (Results 1 – 25 of 26) sorted by relevance
12
962 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()963 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()
1230 return c == START_CHAR(tty) || c == STOP_CHAR(tty); in n_tty_is_char_flow_ctrl()1812 set_bit(STOP_CHAR(tty), ldata->char_map); in n_tty_set_termios()
857 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
671 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
1157 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()1165 chars.bXoffChar = STOP_CHAR(tty); in cp210x_set_flow_control()
308 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
654 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()2414 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
1134 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
944 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
964 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
2750 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
282 serial_out(up, MTK_UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
913 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
563 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
823 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
723 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()
1721 mgslpc_send_xchar(tty, STOP_CHAR(tty)); in mgslpc_throttle()
Completed in 75 milliseconds