Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/tty/
Dtty_ioctl.c525 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()
Dn_tty.c1115 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()
Dcyclades.c2153 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()
Dmxser.c788 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed()
1885 info->x_char = START_CHAR(tty); in mxser_unthrottle()
Drocket.c806 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port()
1410 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
Disicom.c781 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
Damiserial.c1013 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
/linux-3.4.99/arch/ia64/hp/sim/
Dsimserial.c303 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
/linux-3.4.99/arch/um/drivers/
Dchan_kern.c93 else if (ch == START_CHAR(tty)) { in tty_receive_char()
/linux-3.4.99/drivers/usb/serial/
Dssu100.c292 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
Dio_edgeport.c1492 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2640 unsigned char start_char = START_CHAR(tty); in change_port_settings()
Dio_ti.c2226 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2362 config->cXon = START_CHAR(tty); in change_port_settings()
Dwhiteheat.c1211 port_settings.xon = START_CHAR(tty); in firm_setup_port()
Dmos7720.c1403 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
Dti_usb_3410_5052.c936 config->cXon = START_CHAR(tty); in ti_set_termios()
Dmos7840.c1658 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
/linux-3.4.99/include/linux/
Dtty.h114 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) macro
/linux-3.4.99/drivers/net/ppp/
Dppp_async.c917 if (c == START_CHAR(ap->tty)) in ppp_async_input()
/linux-3.4.99/net/irda/ircomm/
Dircomm_tty.c911 ircomm_tty_send_xchar(tty, START_CHAR(tty)); in ircomm_tty_unthrottle()
/linux-3.4.99/drivers/mmc/card/
Dsdio_uart.c885 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
/linux-3.4.99/drivers/tty/serial/
D68328serial.c786 info->x_char = START_CHAR(tty);
Dserial_core.c630 uart_send_xchar(tty, START_CHAR(tty)); in uart_unthrottle()
/linux-3.4.99/drivers/staging/serqt_usb2/
Dserqt_usb2.c1331 unsigned char start_char = START_CHAR(tty); in qt_set_termios()
/linux-3.4.99/drivers/staging/quatech_usb2/
Dquatech_usb2.c1072 unsigned char start_char = START_CHAR(tty); in qt2_set_termios()
/linux-3.4.99/drivers/staging/serial/
D68360serial.c1202 rs_360_send_xchar(tty, START_CHAR(tty)); in rs_360_unthrottle()

12