Home
last modified time | relevance | path

Searched defs:ktermios (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
Dtermbits.h36 struct ktermios { struct
37 tcflag_t c_iflag; /* input mode flags */
38 tcflag_t c_oflag; /* output mode flags */
39 tcflag_t c_cflag; /* control mode flags */
40 tcflag_t c_lflag; /* local mode flags */
41 cc_t c_cc[NCCS]; /* control characters */
42 cc_t c_line; /* line discipline (== c_cc[19]) */
43 speed_t c_ispeed; /* input speed */
44 speed_t c_ospeed; /* output speed */
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dtermbits.h32 struct ktermios { 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 */
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dtermbits.h32 struct ktermios { 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 */
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dtermbits.h45 struct ktermios { struct
46 tcflag_t c_iflag; /* input mode flags */
47 tcflag_t c_oflag; /* output mode flags */
48 tcflag_t c_cflag; /* control mode flags */
49 tcflag_t c_lflag; /* local mode flags */
50 cc_t c_line; /* line discipline */
51 cc_t c_cc[NCCS]; /* control characters */
52 speed_t c_ispeed; /* input speed */
53 speed_t c_ospeed; /* output speed */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dtermbits.h44 struct ktermios { struct
45 tcflag_t c_iflag;
46 tcflag_t c_oflag;
47 tcflag_t c_cflag;
48 tcflag_t c_lflag;
49 cc_t c_line;
50 cc_t c_cc[NCCS];
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dtermbits.h31 struct ktermios { struct
32 tcflag_t c_iflag;
33 tcflag_t c_oflag;
34 tcflag_t c_cflag;
35 tcflag_t c_lflag;
36 cc_t c_line;
37 cc_t c_cc[NCCS];
38 speed_t c_ispeed;
39 speed_t c_ospeed;
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
Dtermbits.h45 struct ktermios { struct
46 tcflag_t c_iflag; /* input mode flags */
47 tcflag_t c_oflag; /* output mode flags */
48 tcflag_t c_cflag; /* control mode flags */
49 tcflag_t c_lflag; /* local mode flags */
50 cc_t c_line; /* line discipline */
51 cc_t c_cc[NCCS]; /* control characters */
52 speed_t c_ispeed; /* input speed */
53 speed_t c_ospeed; /* output speed */
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
Dtermbits.h41 struct ktermios { struct
42 tcflag_t c_iflag; /* input mode flags */
43 tcflag_t c_oflag; /* output mode flags */
44 tcflag_t c_cflag; /* control mode flags */
45 tcflag_t c_lflag; /* local mode flags */
46 cc_t c_line; /* line discipline */
47 cc_t c_cc[NCCS]; /* control characters */
48 speed_t c_ispeed; /* input speed */
49 speed_t c_ospeed; /* output speed */
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dtermbits.h44 struct ktermios { struct
45 tcflag_t c_iflag; /* input mode flags */
46 tcflag_t c_oflag; /* output mode flags */
47 tcflag_t c_cflag; /* control mode flags */
48 tcflag_t c_lflag; /* local mode flags */
49 cc_t c_cc[NCCS]; /* control characters */
50 cc_t c_line; /* line discipline (== c_cc[19]) */
51 speed_t c_ispeed; /* input speed */
52 speed_t c_ospeed; /* output speed */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dtermbits.h44 struct ktermios { struct
45 tcflag_t c_iflag;
46 tcflag_t c_oflag;
47 tcflag_t c_cflag;
48 tcflag_t c_lflag;
49 cc_t c_line;
50 cc_t c_cc[NCCS];
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dtermbits.h52 struct ktermios { struct
53 tcflag_t c_iflag; /* input mode flags */
54 tcflag_t c_oflag; /* output mode flags */
55 tcflag_t c_cflag; /* control mode flags */
56 tcflag_t c_lflag; /* local mode flags */
57 cc_t c_line; /* line discipline */
58 cc_t c_cc[NCCS+2]; /* control characters */
59 speed_t c_ispeed; /* input speed */
60 speed_t c_ospeed; /* output speed */
/kernel/linux/linux-5.10/drivers/tty/serdev/
Dserdev-ttyport.c109 struct ktermios ktermios; in ttyport_open() local
173 struct ktermios ktermios = tty->termios; in ttyport_set_baudrate() local
187 struct ktermios ktermios = tty->termios; in ttyport_set_flow_control() local
202 struct ktermios ktermios = tty->termios; in ttyport_set_parity() local
/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_ldisc.c311 struct ktermios ktermios; in hci_uart_set_flow_control() local
376 struct ktermios ktermios; in hci_uart_set_baudrate() local