Searched refs:START_CHAR (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v4.19/drivers/tty/ |
D | tty_ioctl.c | 926 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()
|
D | n_tty.c | 1261 if (c == START_CHAR(tty)) { in n_tty_receive_char_special() 1449 else if (c == START_CHAR(tty) || in n_tty_receive_char_closing() 1829 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
|
D | pty.c | 272 START_CHAR(tty) == '\021'); in pty_set_termios()
|
D | cyclades.c | 2101 cyy_writeb(info, CySCHR1, START_CHAR(tty)); in cy_set_line_char() 2821 else if (ch == START_CHAR(tty)) in cy_send_xchar() 2887 cy_send_xchar(tty, START_CHAR(tty)); in cy_unthrottle()
|
D | rocket.c | 783 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port() 1354 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
|
D | mxser.c | 785 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed() 1891 info->x_char = START_CHAR(tty); in mxser_unthrottle()
|
D | amiserial.c | 984 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
D | isicom.c | 768 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
|
/Linux-v4.19/arch/ia64/hp/sim/ |
D | simserial.c | 295 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
/Linux-v4.19/drivers/usb/serial/ |
D | ssu100.c | 278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
|
D | whiteheat.c | 702 port_settings.xon = START_CHAR(tty); in firm_setup_port()
|
D | quatech2.c | 322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
|
D | pl2303.c | 678 } else if (I_IXON(tty) && !I_IXANY(tty) && START_CHAR(tty) == 0x11 && in pl2303_set_termios()
|
D | mxuport.c | 774 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
|
D | io_ti.c | 2175 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2310 config->cXon = START_CHAR(tty); in change_port_settings()
|
D | io_edgeport.c | 1525 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2549 unsigned char start_char = START_CHAR(tty); in change_port_settings()
|
D | ti_usb_3410_5052.c | 991 config->cXon = START_CHAR(tty); in ti_set_termios()
|
D | mos7720.c | 1329 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
|
D | mos7840.c | 1455 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
|
D | ftdi_sio.c | 2334 value = STOP_CHAR(tty) << 8 | START_CHAR(tty); in ftdi_set_termios()
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_async.c | 916 if (c == START_CHAR(ap->tty)) in ppp_async_input()
|
/Linux-v4.19/include/linux/ |
D | tty.h | 114 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio_uart.c | 866 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | uart.c | 607 start_char = START_CHAR(tty); in gb_tty_unthrottle()
|
/Linux-v4.19/drivers/tty/serial/ |
D | serial_core.c | 734 uart_send_xchar(tty, START_CHAR(tty)); in uart_unthrottle()
|
12