Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/tty/
Dtty_ioctl.c524 STOP_CHAR(tty) == '\023' && in tty_set_termios()
1143 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
1144 return send_prio_char(tty, STOP_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()
1126 } else if (c == STOP_CHAR(tty)) in n_tty_receive_char()
1167 if (c == STOP_CHAR(tty)) { in n_tty_receive_char()
1512 set_bit(STOP_CHAR(tty), tty->process_char_map); in n_tty_set_termios()
Dcyclades.c2154 cyy_writeb(info, CySCHR2, STOP_CHAR(tty)); in cy_set_line_char()
2866 if (ch == STOP_CHAR(tty)) in cy_send_xchar()
2897 cy_send_xchar(tty, STOP_CHAR(tty)); in cy_throttle()
Dmxser.c789 mxser_set_must_xoff1_value(info->ioaddr, STOP_CHAR(tty)); in mxser_change_speed()
1849 info->x_char = STOP_CHAR(tty); in mxser_stoprx()
Drocket.c807 sSetTxXOFFChar(cp, STOP_CHAR(tty)); in configure_r_port()
1393 rp_send_xchar(tty, STOP_CHAR(tty)); in rp_throttle()
Disicom.c781 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
Damiserial.c985 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
/linux-3.4.99/arch/ia64/hp/sim/
Dsimserial.c290 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
/linux-3.4.99/arch/um/drivers/
Dchan_kern.c89 if (ch == STOP_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.c1452 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2639 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
Dio_ti.c2199 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2363 config->cXoff = STOP_CHAR(tty); in change_port_settings()
Dwhiteheat.c1212 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
Dmos7720.c1369 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
Dti_usb_3410_5052.c937 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
Dmos7840.c1614 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
/linux-3.4.99/drivers/tty/serial/
Dcrisv10.c1487 STOP_CHAR(info->port.tty)); in rs_stop()
1510 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(tty)); in rs_start()
3102 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(info->port.tty)); in change_speed()
3106 STOP_CHAR(info->port.tty))); in change_speed()
3376 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
D68328serial.c770 info->x_char = STOP_CHAR(tty);
Dserial_core.c615 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()
/linux-3.4.99/include/linux/
Dtty.h115 #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP]) macro
/linux-3.4.99/drivers/net/ppp/
Dppp_async.c919 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/linux-3.4.99/net/irda/ircomm/
Dircomm_tty.c880 ircomm_tty_send_xchar(tty, STOP_CHAR(tty)); in ircomm_tty_throttle()
/linux-3.4.99/drivers/mmc/card/
Dsdio_uart.c860 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/linux-3.4.99/drivers/staging/serqt_usb2/
Dserqt_usb2.c1330 unsigned char stop_char = STOP_CHAR(tty); in qt_set_termios()
/linux-3.4.99/drivers/staging/quatech_usb2/
Dquatech_usb2.c1071 unsigned char stop_char = STOP_CHAR(tty); in qt2_set_termios()

12