Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtermios_internal.h28 [VSTOP] = 'S'-0x40, \
A Dtty.h44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dtermbits.h62 #define VSTOP 14 macro
/linux-6.3-rc2/include/uapi/asm-generic/
A Dtermbits.h51 #define VSTOP 9 macro
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dtermbits.h51 #define VSTOP 9 macro
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dtermbits.h65 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF] */ macro
/linux-6.3-rc2/arch/alpha/include/uapi/asm/
A Dtermbits.h66 #define VSTOP 13 macro
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A Dtermbits.h70 #define VSTOP 9 macro
/linux-6.3-rc2/drivers/tty/serial/jsm/
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()
/linux-6.3-rc2/net/bluetooth/rfcomm/
A Dtty.c900 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()
/linux-6.3-rc2/drivers/tty/
A Dtty_ioctl.c661 tmp.t_stopc = tty->termios.c_cc[VSTOP]; in get_tchars()
678 tty->termios.c_cc[VSTOP] = tmp.t_stopc; in set_tchars()
A Dpty.c249 (old_termios->c_cc[VSTOP] == '\023') && in pty_set_termios()
A Dmoxa.c2099 writeb(termio->c_cc[VSTOP], ofsAddr + FuncArg1); in MoxaPortSetTermio()
/linux-6.3-rc2/drivers/usb/serial/
A Dpl2303.c772 a->c_cc[VSTOP] != b->c_cc[VSTOP]; in pl2303_termios_change()
A Dcp210x.c1124 a->c_cc[VSTOP] != b->c_cc[VSTOP]; in cp210x_termios_change()
1157 STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) { in cp210x_set_flow_control()
/linux-6.3-rc2/drivers/tty/serial/
A Dmax310x.c963 max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]); in max310x_set_termios()
A Dserial_core.c1642 tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP]; in uart_set_termios()
A Dsc16is7xx.c1084 sc16is7xx_port_write(port, SC16IS7XX_XOFF1_REG, termios->c_cc[VSTOP]); in sc16is7xx_set_termios()
A Domap-serial.c963 serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]); in serial_omap_set_termios()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_omap.c474 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()

Completed in 68 milliseconds