Home
last modified time | relevance | path

Searched refs:STOP_CHAR (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.15/drivers/tty/
Dtty_ioctl.c889 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
890 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
Dn_tty.c1273 if (c == STOP_CHAR(tty)) { in n_tty_receive_char_special()
1427 if (c == STOP_CHAR(tty)) in n_tty_receive_char_closing()
1777 set_bit(STOP_CHAR(tty), ldata->char_map); in n_tty_set_termios()
Dpty.c262 STOP_CHAR(tty) == '\023' && in pty_set_termios()
Dmxser.c677 mxser_set_must_xoff1_value(info->ioaddr, STOP_CHAR(tty)); in mxser_change_speed()
1344 info->x_char = STOP_CHAR(tty); in mxser_stoprx()
Damiserial.c861 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
/Linux-v5.15/include/linux/
Dtty.h44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
/Linux-v5.15/drivers/usb/serial/
Dssu100.c278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
Dwhiteheat.c674 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
Dcp210x.c1192 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()
1200 chars.bXoffChar = STOP_CHAR(tty); in cp210x_set_flow_control()
Dquatech2.c322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
Dxr_serial.c653 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode()
Dmxuport.c768 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
Dpl2303.c770 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
Dio_ti.c2130 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2292 config->cXoff = STOP_CHAR(tty); in change_port_settings()
Dio_edgeport.c1386 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2413 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
Dmos7720.c1134 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
Dmos7840.c944 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
Dti_usb_3410_5052.c962 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
Dftdi_sio.c2805 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_mtk.c278 serial_out(up, UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/Linux-v5.15/drivers/net/ppp/
Dppp_async.c915 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/Linux-v5.15/drivers/staging/greybus/
Duart.c563 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
/Linux-v5.15/drivers/mmc/core/
Dsdio_uart.c837 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/Linux-v5.15/drivers/tty/serial/
Dserial_core.c698 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()
/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c1719 mgslpc_send_xchar(tty, STOP_CHAR(tty)); in mgslpc_throttle()

12