Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/hp/sim/
Dsimserial.c293 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
/linux-4.1.27/drivers/tty/
Dtty_ioctl.c1151 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
1152 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
Dn_tty.c1278 if (c == START_CHAR(tty)) { in n_tty_receive_char_special()
1466 else if (c == START_CHAR(tty) || in n_tty_receive_char_closing()
1857 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
Dpty.c266 START_CHAR(tty) == '\021'); in pty_set_termios()
Dcyclades.c2131 cyy_writeb(info, CySCHR1, START_CHAR(tty)); in cy_set_line_char()
2848 else if (ch == START_CHAR(tty)) in cy_send_xchar()
2918 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()
1896 info->x_char = START_CHAR(tty); in mxser_unthrottle()
Drocket.c796 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port()
1397 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.c1007 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
Dsynclink_gt.c1397 send_xchar(tty, START_CHAR(tty)); in unthrottle()
Dsynclinkmp.c1510 send_xchar(tty, START_CHAR(tty)); in unthrottle()
Dsynclink.c2397 mgsl_send_xchar(tty, START_CHAR(tty)); in mgsl_unthrottle()
/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.c735 port_settings.xon = START_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.c2050 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2181 config->cXon = START_CHAR(tty); in change_port_settings()
Dmxuport.c778 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
Dio_edgeport.c1434 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2466 unsigned char start_char = START_CHAR(tty); in change_port_settings()
Dti_usb_3410_5052.c782 config->cXon = START_CHAR(tty); in ti_set_termios()
Dmos7720.c1321 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
Dmos7840.c1462 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
/linux-4.1.27/drivers/net/ppp/
Dppp_async.c917 if (c == START_CHAR(ap->tty)) in ppp_async_input()
/linux-4.1.27/include/linux/
Dtty.h112 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
/linux-4.1.27/drivers/tty/serial/
D68328serial.c793 info->x_char = START_CHAR(tty);
Dserial_core.c663 uart_send_xchar(tty, START_CHAR(tty)); in uart_unthrottle()
Dcrisv10.c3258 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c868 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c864 ircomm_tty_send_xchar(tty, START_CHAR(tty)); in ircomm_tty_unthrottle()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1313 info->x_char = START_CHAR(tty); in isdn_tty_unthrottle()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c1762 mgslpc_send_xchar(tty, START_CHAR(tty)); in mgslpc_unthrottle()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c3960 else if (c == START_CHAR(tty)) in dgap_tty_send_xchar()