| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-c_cc.h | 32 #define VSTART 8 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-c_cc.h | 32 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 52 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 52 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 61 #define VSTART 13 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 52 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 61 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 66 #define VSTART 8 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 52 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 66 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 67 #define VSTART 12 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 72 #define VSTART 8 macro
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A D | tty.c | 907 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 559 tmp.t_startc = tty->termios.c_cc[VSTART]; in get_tchars() 576 tty->termios.c_cc[VSTART] = tmp.t_startc; in set_tchars()
|
| H A D | pty.c | 260 (old_termios->c_cc[VSTART] == '\021')); in pty_set_termios()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | pl2303.c | 643 a->c_cc[VSTART] != b->c_cc[VSTART] || in pl2303_termios_change()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov772x.c | 65 #define VSTART 0x19 /* Vertical frame (row) start high 8-bit */ macro 1051 ret = regmap_write(priv->regmap, VSTART, win->rect.top >> 1); in ov772x_set_params()
|
| H A D | ov2640.c | 228 #define VSTART 0x19 /* Vertical Window start MSB 8 bit */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw-dp.c | 83 #define VSTART GENMASK(31, 16) macro 1214 FIELD_PREP(VSTART, vstart) | FIELD_PREP(HSTART, hstart)); in dw_dp_video_set_msa()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 115 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 928 sc16is7xx_port_write(port, SC16IS7XX_XON1_REG, termios->c_cc[VSTART]); in sc16is7xx_set_termios()
|
| H A D | max310x.c | 956 max310x_port_write(port, MAX310X_XON1_REG, termios->c_cc[VSTART]); in max310x_set_termios()
|
| H A D | serial_core.c | 1544 tty->termios.c_cc[VSTART] != old_termios->c_cc[VSTART] || in uart_set_termios()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_omap.c | 477 priv->xon = termios->c_cc[VSTART]; in omap_8250_set_termios()
|