Home
last modified time | relevance | path

Searched refs:VSTART (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/
H A Dtermios_internal.h27 [VSTART] = 'Q'-0x40, \
H A Dtty.h42 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h61 #define VSTART 13 macro
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h50 #define VSTART 8 macro
/linux/include/uapi/asm-generic/
H A Dtermbits.h50 #define VSTART 8 macro
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h65 #define VSTART 12 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h64 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF] */ macro
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c157 if (ch == termios->c_cc[VSTART]) in jsm_tty_send_xchar()
250 channel->ch_startc = termios->c_cc[VSTART]; in jsm_tty_open()
315 channel->ch_startc = termios->c_cc[VSTART]; in jsm_tty_set_termios()
/linux/net/bluetooth/rfcomm/
H A Dtty.c907 if (old->c_cc[VSTART] != new->c_cc[VSTART]) { in rfcomm_tty_set_termios()
909 x_off = new->c_cc[VSTART]; in rfcomm_tty_set_termios()
/linux/drivers/tty/
H A Dtty_ioctl.c664 tmp.t_startc = tty->termios.c_cc[VSTART]; in get_tchars()
681 tty->termios.c_cc[VSTART] = tmp.t_startc; in set_tchars()
H A Dpty.c250 (old_termios->c_cc[VSTART] == '\021')); in pty_set_termios()
H A Dmoxa.c2097 writeb(termio->c_cc[VSTART], ofsAddr + FuncArg); in MoxaPortSetTermio()
/linux/drivers/usb/serial/
H A Dcp210x.c1129 cc_change = a->c_cc[VSTART] != b->c_cc[VSTART] || in cp210x_termios_change()
1162 START_CHAR(tty) == old_termios->c_cc[VSTART] && in cp210x_set_flow_control()
/linux/drivers/media/i2c/
H A Dov772x.c66 #define VSTART 0x19 /* Vertical frame (row) start high 8-bit */ macro
1084 ret = regmap_write(priv->regmap, VSTART, win->rect.top >> 1); in ov772x_set_params()
H A Dov2640.c226 #define VSTART 0x19 /* Vertical Window start MSB 8 bit */ macro
/linux/drivers/tty/serial/
H A Domap-serial.c955 serial_out(up, UART_XON1, termios->c_cc[VSTART]); in serial_omap_set_termios()