Home
last modified time | relevance | path

Searched refs:VEOL2 (Results 1 – 8 of 8) sorted by relevance

/linux/arch/alpha/kernel/
H A Dtermios.c24 termios->c_cc[VEOL2] = v.c_cc[_VEOL2]; in user_termio_to_kernel_termios()
52 v.c_cc[_VEOL2] = termios->c_cc[VEOL2]; in kernel_termios_to_user_termio()
/linux/drivers/tty/
H A Dtty_ioctl.c667 tmp.t_brkc = tty->termios.c_cc[VEOL2]; /* what is brkc anyway? */ in get_tchars()
684 tty->termios.c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ in set_tchars()
701 tmp.t_flushc = tty->termios.c_cc[VEOL2]; in get_ltchars()
718 tty->termios.c_cc[VEOL2] = tmp.t_dsuspc; in set_ltchars()
721 tty->termios.c_cc[VEOL2] = tmp.t_flushc; in set_ltchars()
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h56 #define VEOL2 8 macro
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h58 #define VEOL2 16 macro
/linux/include/uapi/asm-generic/
H A Dtermbits.h58 #define VEOL2 16 macro
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h56 #define VEOL2 2 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h61 #define VEOL2 6 /* Second EOL character [ICANON] */ macro
/linux/include/linux/
H A Dtty.h50 #define EOL2_CHAR(tty) ((tty)->termios.c_cc[VEOL2])