Home
last modified time | relevance | path

Searched refs:VSTOP (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/linux/
H A Dtermios_internal.h28 [VSTOP] = 'S'-0x40, \
H A Dtty.h44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h62 #define VSTOP 14 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h51 #define VSTOP 9 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h51 #define VSTOP 9 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h66 #define VSTOP 13 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h65 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF] */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h60 #define VSTOP 9 macro
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c160 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()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c901 if (old->c_cc[VSTOP] != new->c_cc[VSTOP]) { in rfcomm_tty_set_termios()
903 x_on = new->c_cc[VSTOP]; in rfcomm_tty_set_termios()
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c673 tmp.t_stopc = tty->termios.c_cc[VSTOP]; in get_tchars()
690 tty->termios.c_cc[VSTOP] = tmp.t_stopc; in set_tchars()
H A Dpty.c249 (old_termios->c_cc[VSTOP] == '\023') && in pty_set_termios()
H A Dmoxa.c2098 writeb(termio->c_cc[VSTOP], ofsAddr + FuncArg1); in MoxaPortSetTermio()
/openbmc/linux/drivers/usb/serial/
H A Dcp210x.c1131 a->c_cc[VSTOP] != b->c_cc[VSTOP]; in cp210x_termios_change()
1164 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()
H A Dpl2303.c773 a->c_cc[VSTOP] != b->c_cc[VSTOP]; in pl2303_termios_change()
/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c985 max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]); in max310x_set_termios()
H A Dserial_core.c1716 tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP]; in uart_set_termios()
H A Dsc16is7xx.c1086 sc16is7xx_port_write(port, SC16IS7XX_XOFF1_REG, termios->c_cc[VSTOP]); in sc16is7xx_set_termios()
H A Domap-serial.c956 serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]); in serial_omap_set_termios()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c482 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()
/openbmc/qemu/linux-user/
H A Dsyscall.c5811 host->c_cc[VSTOP] = target->c_cc[TARGET_VSTOP]; in target_to_host_termios()
5846 target->c_cc[TARGET_VSTOP] = host->c_cc[VSTOP]; in host_to_target_termios()