Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/tty/
Dtty_ioctl.c922 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
923 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
Dn_tty.c1281 if (c == STOP_CHAR(tty)) { in n_tty_receive_char_special()
1462 if (c == STOP_CHAR(tty)) in n_tty_receive_char_closing()
1845 set_bit(STOP_CHAR(tty), ldata->char_map); in n_tty_set_termios()
Dpty.c272 STOP_CHAR(tty) == '\023' && in pty_set_termios()
Dcyclades.c2102 cyy_writeb(info, CySCHR2, STOP_CHAR(tty)); in cy_set_line_char()
2814 if (ch == STOP_CHAR(tty)) in cy_send_xchar()
2843 cy_send_xchar(tty, STOP_CHAR(tty)); in cy_throttle()
Drocket.c784 sSetTxXOFFChar(cp, STOP_CHAR(tty)); in configure_r_port()
1344 rp_send_xchar(tty, STOP_CHAR(tty)); in rp_throttle()
Dmxser.c786 mxser_set_must_xoff1_value(info->ioaddr, STOP_CHAR(tty)); in mxser_change_speed()
1858 info->x_char = STOP_CHAR(tty); in mxser_stoprx()
Damiserial.c959 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
Disicom.c767 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
/Linux-v5.4/drivers/usb/serial/
Dssu100.c278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
Dwhiteheat.c696 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
Dquatech2.c322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
Dpl2303.c588 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
Dmxuport.c775 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
Dio_ti.c2148 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2311 config->cXoff = STOP_CHAR(tty); in change_port_settings()
Dio_edgeport.c1487 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2530 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
Dti_usb_3410_5052.c970 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
Dmos7720.c1299 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
Dmos7840.c1404 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
Dftdi_sio.c2785 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_mtk.c272 serial_out(up, UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/Linux-v5.4/drivers/net/ppp/
Dppp_async.c914 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/Linux-v5.4/include/linux/
Dtty.h115 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
/Linux-v5.4/drivers/mmc/core/
Dsdio_uart.c837 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/Linux-v5.4/drivers/staging/greybus/
Duart.c588 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c720 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()

12