Searched refs:VSTOP (Results 1 – 21 of 21) sorted by relevance
67 #define VSTOP 9 macro
62 #define VSTOP 9 macro
53 #define VSTOP 9 macro
62 #define VSTOP 14 macro
160 if (ch == termios->c_cc[VSTOP]) in jsm_tty_send_xchar()251 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_open()316 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_set_termios()
67 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */ macro
68 #define VSTOP 13 macro
73 #define VSTOP 9 macro
900 if (old->c_cc[VSTOP] != new->c_cc[VSTOP]) { in rfcomm_tty_set_termios()902 x_on = new->c_cc[VSTOP]; in rfcomm_tty_set_termios()
584 tmp.t_stopc = tty->termios.c_cc[VSTOP]; in get_tchars()601 tty->termios.c_cc[VSTOP] = tmp.t_stopc; in set_tchars()
259 (old_termios->c_cc[VSTOP] == '\023') && in pty_set_termios()
2096 writeb(termio->c_cc[VSTOP], ofsAddr + FuncArg1); in MoxaPortSetTermio()
1114 a->c_cc[VSTOP] != b->c_cc[VSTOP]; in cp210x_termios_change()1145 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()
761 a->c_cc[VSTOP] != b->c_cc[VSTOP]; in pl2303_termios_change()
44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
957 max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]); in max310x_set_termios()
926 sc16is7xx_port_write(port, SC16IS7XX_XOFF1_REG, termios->c_cc[VSTOP]); in sc16is7xx_set_termios()
1491 tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP]; in uart_set_termios()
997 serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]); in serial_omap_set_termios()
472 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()
Completed in 48 milliseconds