Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/tty/
A Dtty_ioctl.c962 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()
A Dpty.c252 STOP_CHAR(tty) == '\023' && in pty_set_termios()
A 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()
A Dn_tty.c1230 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()
A Damiserial.c857 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
/linux-6.3-rc2/drivers/usb/serial/
A Dssu100.c264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
A Dwhiteheat.c671 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
A Dcp210x.c1157 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()
1165 chars.bXoffChar = STOP_CHAR(tty); in cp210x_set_flow_control()
A Dquatech2.c308 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
A Dxr_serial.c654 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode()
A Dmxuport.c768 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
A Dpl2303.c782 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
A Dio_ti.c2133 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2295 config->cXoff = STOP_CHAR(tty); in change_port_settings()
A Dio_edgeport.c1386 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2414 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
A Dmos7720.c1134 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
A Dmos7840.c944 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
A Dti_usb_3410_5052.c964 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
A Dftdi_sio.c2750 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
/linux-6.3-rc2/include/linux/
A Dtty.h44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_mtk.c282 serial_out(up, MTK_UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/linux-6.3-rc2/drivers/net/ppp/
A Dppp_async.c913 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/linux-6.3-rc2/drivers/staging/greybus/
A Duart.c563 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
/linux-6.3-rc2/drivers/mmc/core/
A Dsdio_uart.c823 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/linux-6.3-rc2/drivers/tty/serial/
A Dserial_core.c723 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()
/linux-6.3-rc2/drivers/char/pcmcia/
A Dsynclink_cs.c1721 mgslpc_send_xchar(tty, STOP_CHAR(tty)); in mgslpc_throttle()

Completed in 87 milliseconds

12