Home
last modified time | relevance | path

Searched defs:termios2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h19 struct termios2 { struct
20 tcflag_t c_iflag; /* input mode flags */
21 tcflag_t c_oflag; /* output mode flags */
22 tcflag_t c_cflag; /* control mode flags */
23 tcflag_t c_lflag; /* local mode flags */
24 cc_t c_line; /* line discipline */
25 cc_t c_cc[NCCS]; /* control characters */
26 speed_t c_ispeed; /* input speed */
27 speed_t c_ospeed; /* output speed */
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h19 struct termios2 { struct
20 tcflag_t c_iflag; /* input mode flags */
21 tcflag_t c_oflag; /* output mode flags */
22 tcflag_t c_cflag; /* control mode flags */
23 tcflag_t c_lflag; /* local mode flags */
24 cc_t c_line; /* line discipline */
25 cc_t c_cc[NCCS]; /* control characters */
26 speed_t c_ispeed; /* input speed */
27 speed_t c_ospeed; /* output speed */
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h32 struct termios2 { struct
33 tcflag_t c_iflag; /* input mode flags */
34 tcflag_t c_oflag; /* output mode flags */
35 tcflag_t c_cflag; /* control mode flags */
36 tcflag_t c_lflag; /* local mode flags */
37 cc_t c_line; /* line discipline */
38 cc_t c_cc[NCCS]; /* control characters */
39 speed_t c_ispeed; /* input speed */
40 speed_t c_ospeed; /* output speed */
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h29 struct termios2 { struct
30 tcflag_t c_iflag; /* input mode flags */
31 tcflag_t c_oflag; /* output mode flags */
32 tcflag_t c_cflag; /* control mode flags */
33 tcflag_t c_lflag; /* local mode flags */
34 cc_t c_cc[NCCS]; /* control characters */
35 cc_t c_line; /* line discipline (== c_cc[19]) */
36 speed_t c_ispeed; /* input speed */
37 speed_t c_ospeed; /* output speed */
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h28 struct termios2 { struct
29 tcflag_t c_iflag; /* input mode flags */
30 tcflag_t c_oflag; /* output mode flags */
31 tcflag_t c_cflag; /* control mode flags */
32 tcflag_t c_lflag; /* local mode flags */
33 cc_t c_line; /* line discipline */
34 cc_t c_cc[NCCS+2]; /* control characters */
35 speed_t c_ispeed; /* input speed */
36 speed_t c_ospeed; /* output speed */