Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/
Dtty_ioctl.c974 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()
Dpty.c252 STOP_CHAR(tty) == '\023' && in pty_set_termios()
Dmxser.c676 mxser_set_must_xoff1_value(info->ioaddr, STOP_CHAR(tty)); in mxser_change_speed()
1285 info->x_char = STOP_CHAR(tty); in mxser_throttle()
Dn_tty.c1225 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()
Damiserial.c857 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
Dsynclink_gt.c1272 send_xchar(tty, STOP_CHAR(tty)); in throttle()
/linux-6.6.21/include/linux/
Dtty.h44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
/linux-6.6.21/drivers/usb/serial/
Dssu100.c264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
Dwhiteheat.c672 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
Dcp210x.c1159 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()
1167 chars.bXoffChar = STOP_CHAR(tty); in cp210x_set_flow_control()
Dquatech2.c300 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
Dxr_serial.c667 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode()
Dmxuport.c768 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
Dpl2303.c782 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
Dio_ti.c2133 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2295 config->cXoff = STOP_CHAR(tty); in change_port_settings()
Dio_edgeport.c1386 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2416 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
Dmos7720.c1135 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
Dti_usb_3410_5052.c964 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
Dmos7840.c945 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
Dftdi_sio.c2754 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
/linux-6.6.21/drivers/tty/serial/8250/
D8250_mtk.c291 serial_out(up, MTK_UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/linux-6.6.21/drivers/net/ppp/
Dppp_async.c907 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/linux-6.6.21/drivers/staging/greybus/
Duart.c562 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
/linux-6.6.21/drivers/mmc/core/
Dsdio_uart.c823 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/linux-6.6.21/drivers/tty/serial/
Dserial_core.c738 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()