VSTOP            1798 drivers/tty/moxa.c 		writeb(termio->c_cc[VSTOP], ofsAddr + FuncArg1);
VSTOP             269 drivers/tty/pty.c 				(old_termios->c_cc[VSTOP] == '\023') &&
VSTOP             453 drivers/tty/serial/8250/8250_omap.c 	priv->xoff = termios->c_cc[VSTOP];
VSTOP             160 drivers/tty/serial/jsm/jsm_tty.c 	if (ch == termios->c_cc[VSTOP])
VSTOP             249 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_stopc	= termios->c_cc[VSTOP];
VSTOP             313 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_stopc	= termios->c_cc[VSTOP];
VSTOP             957 drivers/tty/serial/max310x.c 	max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]);
VSTOP            1034 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]);
VSTOP             933 drivers/tty/serial/sc16is7xx.c 	sc16is7xx_port_write(port, SC16IS7XX_XOFF1_REG, termios->c_cc[VSTOP]);
VSTOP            1498 drivers/tty/serial/serial_core.c 		   tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP];
VSTOP             605 drivers/tty/tty_ioctl.c 	tmp.t_stopc = tty->termios.c_cc[VSTOP];
VSTOP             622 drivers/tty/tty_ioctl.c 	tty->termios.c_cc[VSTOP] = tmp.t_stopc;
VSTOP             579 drivers/usb/serial/pl2303.c 			a->c_cc[VSTOP] != b->c_cc[VSTOP];
VSTOP             115 include/linux/tty.h #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
VSTOP             898 net/bluetooth/rfcomm/tty.c 	if (old->c_cc[VSTOP] != new->c_cc[VSTOP]) {
VSTOP             900 net/bluetooth/rfcomm/tty.c 		x_on = new->c_cc[VSTOP];