START_CHAR       1755 drivers/char/pcmcia/synclink_cs.c 			mgslpc_send_xchar(tty, START_CHAR(tty));
START_CHAR        862 drivers/mmc/core/sdio_uart.c 			port->x_char = START_CHAR(tty);
START_CHAR        912 drivers/net/ppp/ppp_async.c 			if (c == START_CHAR(ap->tty))
START_CHAR        607 drivers/staging/greybus/uart.c 		start_char = START_CHAR(tty);
START_CHAR        984 drivers/tty/amiserial.c 			rs_send_xchar(tty, START_CHAR(tty));
START_CHAR       2101 drivers/tty/cyclades.c 		cyy_writeb(info, CySCHR1, START_CHAR(tty));
START_CHAR       2816 drivers/tty/cyclades.c 		else if (ch == START_CHAR(tty))
START_CHAR       2882 drivers/tty/cyclades.c 			cy_send_xchar(tty, START_CHAR(tty));
START_CHAR        767 drivers/tty/isicom.c 		outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base);
START_CHAR        785 drivers/tty/mxser.c 		mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty));
START_CHAR       1894 drivers/tty/mxser.c 				info->x_char = START_CHAR(tty);
START_CHAR       1276 drivers/tty/n_tty.c 		if (c == START_CHAR(tty)) {
START_CHAR       1464 drivers/tty/n_tty.c 		else if (c == START_CHAR(tty) ||
START_CHAR       1844 drivers/tty/n_tty.c 			set_bit(START_CHAR(tty), ldata->char_map);
START_CHAR        273 drivers/tty/pty.c 				START_CHAR(tty) == '\021');
START_CHAR        786 drivers/tty/rocket.c 		sSetTxXONChar(cp, START_CHAR(tty));
START_CHAR       1363 drivers/tty/rocket.c 		rp_send_xchar(tty, START_CHAR(tty));
START_CHAR        271 drivers/tty/serial/8250/8250_mtk.c 		serial_out(up, UART_XON1, START_CHAR(port->state->port.tty));
START_CHAR        749 drivers/tty/serial/serial_core.c 		uart_send_xchar(tty, START_CHAR(tty));
START_CHAR       2386 drivers/tty/synclink.c 			mgsl_send_xchar(tty, START_CHAR(tty));
START_CHAR       1360 drivers/tty/synclink_gt.c 			send_xchar(tty, START_CHAR(tty));
START_CHAR       1482 drivers/tty/synclinkmp.c 			send_xchar(tty, START_CHAR(tty));
START_CHAR        926 drivers/tty/tty_ioctl.c 			if (START_CHAR(tty) != __DISABLED_CHAR)
START_CHAR        927 drivers/tty/tty_ioctl.c 				retval = tty_send_xchar(tty, START_CHAR(tty));
START_CHAR       2788 drivers/usb/serial/ftdi_sio.c 		value = STOP_CHAR(tty) << 8 | START_CHAR(tty);
START_CHAR       1525 drivers/usb/serial/io_edgeport.c 		unsigned char start_char = START_CHAR(tty);
START_CHAR       2533 drivers/usb/serial/io_edgeport.c 		unsigned char start_char = START_CHAR(tty);
START_CHAR       2175 drivers/usb/serial/io_ti.c 		unsigned char start_char = START_CHAR(tty);
START_CHAR       2310 drivers/usb/serial/io_ti.c 	config->cXon  = START_CHAR(tty);
START_CHAR       1329 drivers/usb/serial/mos7720.c 		unsigned char start_char = START_CHAR(tty);
START_CHAR       1449 drivers/usb/serial/mos7840.c 		unsigned char start_char = START_CHAR(tty);
START_CHAR        774 drivers/usb/serial/mxuport.c 	u8 xon = START_CHAR(tty);
START_CHAR        589 drivers/usb/serial/pl2303.c 	if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13)
START_CHAR        322 drivers/usb/serial/quatech2.c 		u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty)));
START_CHAR        278 drivers/usb/serial/ssu100.c 		u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty)));
START_CHAR        969 drivers/usb/serial/ti_usb_3410_5052.c 		config->cXon  = START_CHAR(tty);
START_CHAR        695 drivers/usb/serial/whiteheat.c 	port_settings.xon = START_CHAR(tty);