/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 293 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 1154 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper() 1155 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
|
D | n_tty.c | 1273 if (c == START_CHAR(tty)) { in n_tty_receive_char_special() 1461 else if (c == START_CHAR(tty) || in n_tty_receive_char_closing() 1850 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
|
D | pty.c | 271 START_CHAR(tty) == '\021'); in pty_set_termios()
|
D | cyclades.c | 2122 cyy_writeb(info, CySCHR1, START_CHAR(tty)); in cy_set_line_char() 2839 else if (ch == START_CHAR(tty)) in cy_send_xchar() 2905 cy_send_xchar(tty, START_CHAR(tty)); in cy_unthrottle()
|
D | rocket.c | 796 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port() 1388 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
|
D | mxser.c | 788 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed() 1896 info->x_char = START_CHAR(tty); in mxser_unthrottle()
|
D | isicom.c | 781 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
|
D | amiserial.c | 1003 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
D | synclink_gt.c | 1388 send_xchar(tty, START_CHAR(tty)); in unthrottle()
|
D | synclinkmp.c | 1501 send_xchar(tty, START_CHAR(tty)); in unthrottle()
|
D | synclink.c | 2397 mgsl_send_xchar(tty, START_CHAR(tty)); in mgsl_unthrottle()
|
/linux-4.4.14/drivers/usb/serial/ |
D | ssu100.c | 262 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
|
D | whiteheat.c | 735 port_settings.xon = START_CHAR(tty); in firm_setup_port()
|
D | quatech2.c | 325 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
|
D | mxuport.c | 778 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
|
D | io_edgeport.c | 1434 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2466 unsigned char start_char = START_CHAR(tty); in change_port_settings()
|
D | io_ti.c | 2186 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2321 config->cXon = START_CHAR(tty); in change_port_settings()
|
D | ti_usb_3410_5052.c | 782 config->cXon = START_CHAR(tty); in ti_set_termios()
|
D | mos7720.c | 1334 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
|
D | mos7840.c | 1462 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 112 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_async.c | 917 if (c == START_CHAR(ap->tty)) in ppp_async_input()
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 794 info->x_char = START_CHAR(tty);
|
D | serial_core.c | 674 uart_send_xchar(tty, START_CHAR(tty)); in uart_unthrottle()
|
D | crisv10.c | 3199 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 868 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 835 ircomm_tty_send_xchar(tty, START_CHAR(tty)); in ircomm_tty_unthrottle()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1313 info->x_char = START_CHAR(tty); in isdn_tty_unthrottle()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1762 mgslpc_send_xchar(tty, START_CHAR(tty)); in mgslpc_unthrottle()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 3891 else if (c == START_CHAR(tty)) in dgap_tty_send_xchar()
|