/openbmc/linux/include/linux/ |
H A D | termios_internal.h | 27 [VSTART] = 'Q'-0x40, \
|
H A D | tty.h | 43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 61 #define VSTART 13 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 50 #define VSTART 8 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 50 #define VSTART 8 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 65 #define VSTART 12 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 64 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF] */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 59 #define VSTART 8 macro
|
/openbmc/linux/drivers/tty/serial/jsm/ |
H 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()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 910 if (old->c_cc[VSTART] != new->c_cc[VSTART]) { in rfcomm_tty_set_termios() 912 x_off = new->c_cc[VSTART]; in rfcomm_tty_set_termios()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 672 tmp.t_startc = tty->termios.c_cc[VSTART]; in get_tchars() 689 tty->termios.c_cc[VSTART] = tmp.t_startc; in set_tchars()
|
H A D | pty.c | 250 (old_termios->c_cc[VSTART] == '\021')); in pty_set_termios()
|
H A D | moxa.c | 2097 writeb(termio->c_cc[VSTART], ofsAddr + FuncArg); in MoxaPortSetTermio()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | cp210x.c | 1130 cc_change = a->c_cc[VSTART] != b->c_cc[VSTART] || in cp210x_termios_change() 1163 START_CHAR(tty) == old_termios->c_cc[VSTART] && in cp210x_set_flow_control()
|
H A D | pl2303.c | 772 a->c_cc[VSTART] != b->c_cc[VSTART] || in pl2303_termios_change()
|
/openbmc/linux/drivers/media/i2c/ |
H 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()
|
H A D | ov2640.c | 226 #define VSTART 0x19 /* Vertical Window start MSB 8 bit */ macro
|
/openbmc/linux/drivers/tty/serial/ |
H A D | max310x.c | 984 max310x_port_write(port, MAX310X_XON1_REG, termios->c_cc[VSTART]); in max310x_set_termios()
|
H A D | serial_core.c | 1715 tty->termios.c_cc[VSTART] != old_termios->c_cc[VSTART] || in uart_set_termios()
|
H A D | sc16is7xx.c | 1085 sc16is7xx_port_write(port, SC16IS7XX_XON1_REG, termios->c_cc[VSTART]); in sc16is7xx_set_termios()
|
H A D | omap-serial.c | 955 serial_out(up, UART_XON1, termios->c_cc[VSTART]); in serial_omap_set_termios()
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_omap.c | 481 priv->xon = termios->c_cc[VSTART]; in omap_8250_set_termios()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 5810 host->c_cc[VSTART] = target->c_cc[TARGET_VSTART]; in target_to_host_termios() 5845 target->c_cc[TARGET_VSTART] = host->c_cc[VSTART]; in host_to_target_termios()
|