Searched refs:VSTOP (Results 1 - 20 of 20) sorted by relevance

/linux-master/include/linux/
H A Dtermios_internal.h28 [VSTOP] = 'S'-0x40, \
H A Dtty.h43 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h62 #define VSTOP 14 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h70 #define VSTOP 9 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h66 #define VSTOP 13 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h51 #define VSTOP 9 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h65 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF] */ macro
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h51 #define VSTOP 9 macro
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c160 if (ch == termios->c_cc[VSTOP])
251 channel->ch_stopc = termios->c_cc[VSTOP];
316 channel->ch_stopc = termios->c_cc[VSTOP];
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c901 if (old->c_cc[VSTOP] != new->c_cc[VSTOP]) {
903 x_on = new->c_cc[VSTOP];
/linux-master/drivers/usb/serial/
H A Dpl2303.c772 a->c_cc[VSTOP] != b->c_cc[VSTOP];
H A Dcp210x.c1130 a->c_cc[VSTOP] != b->c_cc[VSTOP];
1163 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) {
/linux-master/drivers/tty/
H A Dtty_ioctl.c665 tmp.t_stopc = tty->termios.c_cc[VSTOP];
682 tty->termios.c_cc[VSTOP] = tmp.t_stopc;
H A Dpty.c249 (old_termios->c_cc[VSTOP] == '\023') &&
H A Dmoxa.c2098 writeb(termio->c_cc[VSTOP], ofsAddr + FuncArg1);
/linux-master/drivers/tty/serial/
H A Dmax310x.c957 max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]);
H A Dsc16is7xx.c1088 sc16is7xx_port_write(port, SC16IS7XX_XOFF1_REG, termios->c_cc[VSTOP]);
H A Domap-serial.c956 serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]);
H A Dserial_core.c1712 tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP];
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c487 priv->xoff = termios->c_cc[VSTOP];

Completed in 195 milliseconds