/linux/arch/xtensa/include/uapi/asm/ |
A D | termbits.h | 66 #define VSTART 8 macro
|
/linux/arch/parisc/include/uapi/asm/ |
A D | termbits.h | 52 #define VSTART 8 macro
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | termbits.h | 61 #define VSTART 13 macro
|
/linux/arch/ia64/include/uapi/asm/ |
A D | termbits.h | 61 #define VSTART 8 macro
|
/linux/include/uapi/asm-generic/ |
A D | termbits.h | 52 #define VSTART 8 macro
|
/linux/drivers/tty/serial/jsm/ |
A D | jsm_tty.c | 157 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/arch/mips/include/uapi/asm/ |
A D | termbits.h | 66 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
A D | termbits.h | 67 #define VSTART 12 macro
|
/linux/arch/sparc/include/uapi/asm/ |
A D | termbits.h | 72 #define VSTART 8 macro
|
/linux/net/bluetooth/rfcomm/ |
A D | tty.c | 909 if (old->c_cc[VSTART] != new->c_cc[VSTART]) { in rfcomm_tty_set_termios() 911 x_off = new->c_cc[VSTART]; in rfcomm_tty_set_termios()
|
/linux/drivers/tty/ |
A D | tty_ioctl.c | 583 tmp.t_startc = tty->termios.c_cc[VSTART]; in get_tchars() 600 tty->termios.c_cc[VSTART] = tmp.t_startc; in set_tchars()
|
A D | pty.c | 260 (old_termios->c_cc[VSTART] == '\021')); in pty_set_termios()
|
A D | moxa.c | 2095 writeb(termio->c_cc[VSTART], ofsAddr + FuncArg); in MoxaPortSetTermio()
|
/linux/drivers/usb/serial/ |
A D | cp210x.c | 1113 cc_change = a->c_cc[VSTART] != b->c_cc[VSTART] || in cp210x_termios_change() 1144 START_CHAR(tty) == old_termios->c_cc[VSTART] && in cp210x_set_flow_control()
|
A D | pl2303.c | 760 a->c_cc[VSTART] != b->c_cc[VSTART] || in pl2303_termios_change()
|
/linux/include/linux/ |
A D | tty.h | 43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])
|
/linux/drivers/media/i2c/ |
A D | ov772x.c | 66 #define VSTART 0x19 /* Vertical frame (row) start high 8-bit */ macro 1070 ret = regmap_write(priv->regmap, VSTART, win->rect.top >> 1); in ov772x_set_params()
|
A D | ov2640.c | 228 #define VSTART 0x19 /* Vertical Window start MSB 8 bit */ macro
|
/linux/drivers/tty/serial/ |
A D | max310x.c | 956 max310x_port_write(port, MAX310X_XON1_REG, termios->c_cc[VSTART]); in max310x_set_termios()
|
A D | sc16is7xx.c | 925 sc16is7xx_port_write(port, SC16IS7XX_XON1_REG, termios->c_cc[VSTART]); in sc16is7xx_set_termios()
|
A D | serial_core.c | 1490 tty->termios.c_cc[VSTART] != old_termios->c_cc[VSTART] || in uart_set_termios()
|
A D | omap-serial.c | 996 serial_out(up, UART_XON1, termios->c_cc[VSTART]); in serial_omap_set_termios()
|
/linux/drivers/tty/serial/8250/ |
A D | 8250_omap.c | 471 priv->xon = termios->c_cc[VSTART]; in omap_8250_set_termios()
|