/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | termbits.h | 53 #define VSTART 12 macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | termbits.h | 51 #define VSTART 8 macro
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | termbits.h | 60 #define VSTART 8 macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | termbits.h | 51 #define VSTART 8 macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | termbits.h | 65 #define VSTART 8 macro
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | termbits.h | 51 #define VSTART 8 macro
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | termbits.h | 51 #define VSTART 8 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | termbits.h | 51 #define VSTART 8 macro
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | termbits.h | 51 #define VSTART 8 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 60 #define VSTART 13 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | termbits.h | 65 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */ macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | termbits.h | 53 #define VSTART 8 macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | termbits.h | 71 #define VSTART 8 macro
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 165 if (ch == termios->c_cc[VSTART]) in jsm_tty_send_xchar() 256 channel->ch_startc = termios->c_cc[VSTART]; in jsm_tty_open() 322 channel->ch_startc = termios->c_cc[VSTART]; in jsm_tty_set_termios()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 921 if (old->c_cc[VSTART] != new->c_cc[VSTART]) { in rfcomm_tty_set_termios() 923 x_off = new->c_cc[VSTART]; in rfcomm_tty_set_termios()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov772x.c | 62 #define VSTART 0x19 /* Vertical frame (row) start high 8-bit */ macro 767 ret = ov772x_write(client, VSTART, win->rect.top >> 1); in ov772x_set_params()
|
D | ov2640.c | 226 #define VSTART 0x19 /* Vertical Window start MSB 8 bit */ macro
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 832 tmp.t_startc = tty->termios.c_cc[VSTART]; in get_tchars() 849 tty->termios.c_cc[VSTART] = tmp.t_startc; in set_tchars()
|
D | pty.c | 268 (old_termios->c_cc[VSTART] == '\021')); in pty_set_termios()
|
D | moxa.c | 1805 writeb(termio->c_cc[VSTART], ofsAddr + FuncArg); in MoxaPortSetTermio()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 112 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_tty.c | 1169 ch->ch_startc = tty->termios.c_cc[VSTART]; in dgnc_tty_open() 2334 ch->ch_startc = tty->termios.c_cc[VSTART]; in dgnc_tty_set_termios()
|
/linux-4.4.14/drivers/tty/serial/ |
D | max310x.c | 855 max310x_port_write(port, MAX310X_XON1_REG, termios->c_cc[VSTART]); in max310x_set_termios()
|
D | serial_core.c | 1333 tty->termios.c_cc[VSTART] != old_termios->c_cc[VSTART] || in uart_set_termios()
|
D | sc16is7xx.c | 889 sc16is7xx_port_write(port, SC16IS7XX_XON1_REG, termios->c_cc[VSTART]); in sc16is7xx_set_termios()
|
D | omap-serial.c | 1037 serial_out(up, UART_XON1, termios->c_cc[VSTART]); in serial_omap_set_termios()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_omap.c | 438 priv->xon = termios->c_cc[VSTART]; in omap_8250_set_termios()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 4254 ch->ch_startc = tty->termios.c_cc[VSTART]; in dgap_tty_set_termios() 4472 ch->ch_startc = tty->termios.c_cc[VSTART]; in dgap_tty_open()
|
/linux-4.4.14/drivers/usb/serial/ |
D | ftdi_sio.c | 2353 vstart = termios->c_cc[VSTART]; in ftdi_set_termios()
|