Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/tty/
Dtty_ioctl.c926 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
927 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
Dn_tty.c1276 if (c == START_CHAR(tty)) { in n_tty_receive_char_special()
1464 else if (c == START_CHAR(tty) || in n_tty_receive_char_closing()
1844 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
Dpty.c273 START_CHAR(tty) == '\021'); in pty_set_termios()
Dcyclades.c2101 cyy_writeb(info, CySCHR1, START_CHAR(tty)); in cy_set_line_char()
2816 else if (ch == START_CHAR(tty)) in cy_send_xchar()
2882 cy_send_xchar(tty, START_CHAR(tty)); in cy_unthrottle()
Drocket.c783 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port()
1360 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
Dmxser.c785 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed()
1894 info->x_char = START_CHAR(tty); in mxser_unthrottle()
Damiserial.c984 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
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.c695 port_settings.xon = START_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.c774 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
Dio_ti.c2175 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2310 config->cXon = START_CHAR(tty); in change_port_settings()
Dio_edgeport.c1525 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2531 unsigned char start_char = START_CHAR(tty); in change_port_settings()
Dti_usb_3410_5052.c969 config->cXon = START_CHAR(tty); in ti_set_termios()
Dmos7720.c1329 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
Dmos7840.c1444 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
Dftdi_sio.c2785 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_mtk.c271 serial_out(up, UART_XON1, START_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/Linux-v5.4/drivers/net/ppp/
Dppp_async.c912 if (c == START_CHAR(ap->tty)) in ppp_async_input()
/Linux-v5.4/include/linux/
Dtty.h114 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
/Linux-v5.4/drivers/mmc/core/
Dsdio_uart.c862 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
/Linux-v5.4/drivers/staging/greybus/
Duart.c607 start_char = START_CHAR(tty); in gb_tty_unthrottle()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c749 uart_send_xchar(tty, START_CHAR(tty)); in uart_unthrottle()

12