Searched refs:START_CHAR (Results 1 – 25 of 31) sorted by relevance
12
/linux-3.4.99/drivers/tty/ |
D | tty_ioctl.c | 525 START_CHAR(tty) == '\021'); in tty_set_termios() 1147 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper() 1148 return send_prio_char(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
|
D | n_tty.c | 1115 I_IXANY(tty) && c != START_CHAR(tty) && c != STOP_CHAR(tty) && in n_tty_receive_char() 1123 if (c == START_CHAR(tty)) { in n_tty_receive_char() 1162 if (c == START_CHAR(tty)) { in n_tty_receive_char() 1511 set_bit(START_CHAR(tty), tty->process_char_map); in n_tty_set_termios()
|
D | cyclades.c | 2153 cyy_writeb(info, CySCHR1, START_CHAR(tty)); in cy_set_line_char() 2868 else if (ch == START_CHAR(tty)) in cy_send_xchar() 2938 cy_send_xchar(tty, START_CHAR(tty)); in cy_unthrottle()
|
D | mxser.c | 788 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed() 1885 info->x_char = START_CHAR(tty); in mxser_unthrottle()
|
D | rocket.c | 806 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port() 1410 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
|
D | isicom.c | 781 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
|
D | amiserial.c | 1013 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
/linux-3.4.99/arch/ia64/hp/sim/ |
D | simserial.c | 303 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
/linux-3.4.99/arch/um/drivers/ |
D | chan_kern.c | 93 else if (ch == START_CHAR(tty)) { in tty_receive_char()
|
/linux-3.4.99/drivers/usb/serial/ |
D | ssu100.c | 292 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
|
D | io_edgeport.c | 1492 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2640 unsigned char start_char = START_CHAR(tty); in change_port_settings()
|
D | io_ti.c | 2226 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2362 config->cXon = START_CHAR(tty); in change_port_settings()
|
D | whiteheat.c | 1211 port_settings.xon = START_CHAR(tty); in firm_setup_port()
|
D | mos7720.c | 1403 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
|
D | ti_usb_3410_5052.c | 936 config->cXon = START_CHAR(tty); in ti_set_termios()
|
D | mos7840.c | 1658 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
|
/linux-3.4.99/include/linux/ |
D | tty.h | 114 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) macro
|
/linux-3.4.99/drivers/net/ppp/ |
D | ppp_async.c | 917 if (c == START_CHAR(ap->tty)) in ppp_async_input()
|
/linux-3.4.99/net/irda/ircomm/ |
D | ircomm_tty.c | 911 ircomm_tty_send_xchar(tty, START_CHAR(tty)); in ircomm_tty_unthrottle()
|
/linux-3.4.99/drivers/mmc/card/ |
D | sdio_uart.c | 885 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
|
/linux-3.4.99/drivers/tty/serial/ |
D | 68328serial.c | 786 info->x_char = START_CHAR(tty);
|
D | serial_core.c | 630 uart_send_xchar(tty, START_CHAR(tty)); in uart_unthrottle()
|
/linux-3.4.99/drivers/staging/serqt_usb2/ |
D | serqt_usb2.c | 1331 unsigned char start_char = START_CHAR(tty); in qt_set_termios()
|
/linux-3.4.99/drivers/staging/quatech_usb2/ |
D | quatech_usb2.c | 1072 unsigned char start_char = START_CHAR(tty); in qt2_set_termios()
|
/linux-3.4.99/drivers/staging/serial/ |
D | 68360serial.c | 1202 rs_360_send_xchar(tty, START_CHAR(tty)); in rs_360_unthrottle()
|
12