Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/hp/sim/
Dsimserial.c280 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
/linux-4.1.27/drivers/tty/
Dtty_ioctl.c1147 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
1148 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
Dn_tty.c1283 if (c == STOP_CHAR(tty)) { in n_tty_receive_char_special()
1464 if (c == STOP_CHAR(tty)) in n_tty_receive_char_closing()
1858 set_bit(STOP_CHAR(tty), ldata->char_map); in n_tty_set_termios()
Dpty.c265 STOP_CHAR(tty) == '\023' && in pty_set_termios()
Dcyclades.c2132 cyy_writeb(info, CySCHR2, STOP_CHAR(tty)); in cy_set_line_char()
2846 if (ch == STOP_CHAR(tty)) in cy_send_xchar()
2877 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()
1860 info->x_char = STOP_CHAR(tty); in mxser_stoprx()
Drocket.c797 sSetTxXOFFChar(cp, STOP_CHAR(tty)); in configure_r_port()
1380 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.c979 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
Dsynclink_gt.c1373 send_xchar(tty, STOP_CHAR(tty)); in throttle()
Dsynclinkmp.c1482 send_xchar(tty, STOP_CHAR(tty)); in throttle()
Dsynclink.c2364 mgsl_send_xchar(tty, STOP_CHAR(tty)); in mgsl_throttle()
/linux-4.1.27/drivers/usb/serial/
Dssu100.c262 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
Dwhiteheat.c736 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
Dquatech2.c325 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
Dio_ti.c2025 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2182 config->cXoff = STOP_CHAR(tty); in change_port_settings()
Dmxuport.c779 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
Dio_edgeport.c1396 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2465 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
Dti_usb_3410_5052.c783 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
Dmos7720.c1291 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
Dmos7840.c1422 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
/linux-4.1.27/drivers/tty/serial/
Dcrisv10.c1455 STOP_CHAR(info->port.tty)); in rs_stop()
1478 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(tty)); in rs_start()
2966 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(info->port.tty)); in change_speed()
2970 STOP_CHAR(info->port.tty))); in change_speed()
3232 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
D68328serial.c777 info->x_char = STOP_CHAR(tty);
Detraxfs-uart.c817 xoff.chr = STOP_CHAR(up->port.state->port.tty); in etraxfs_uart_set_termios()
Dserial_core.c640 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()
/linux-4.1.27/drivers/net/ppp/
Dppp_async.c919 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/linux-4.1.27/include/linux/
Dtty.h113 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c843 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c835 ircomm_tty_send_xchar(tty, STOP_CHAR(tty)); in ircomm_tty_throttle()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1298 info->x_char = STOP_CHAR(tty); in isdn_tty_throttle()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c1734 mgslpc_send_xchar(tty, STOP_CHAR(tty)); in mgslpc_throttle()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c3958 if (c == STOP_CHAR(tty)) in dgap_tty_send_xchar()