| /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-struct.h | 24 struct termios struct 26 tcflag_t c_iflag; /* input mode flags */ 27 tcflag_t c_oflag; /* output mode flags */ 28 tcflag_t c_cflag; /* control mode flags */ 29 tcflag_t c_lflag; /* local mode flags */ 30 cc_t c_line; /* line discipline */ 31 cc_t c_cc[NCCS]; /* control characters */ 32 speed_t c_ispeed; /* input speed */ 33 speed_t c_ospeed; /* output speed */
|
| /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-struct.h | 24 struct termios struct 26 tcflag_t c_iflag; /* input mode flags */ 27 tcflag_t c_oflag; /* output mode flags */ 28 tcflag_t c_cflag; /* control mode flags */ 29 tcflag_t c_lflag; /* local mode flags */ 30 cc_t c_line; /* line discipline */ 31 cc_t c_cc[NCCS]; /* control characters */ 32 speed_t c_ispeed; /* input speed */ 33 speed_t c_ospeed; /* output speed */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 23 struct termios { struct 34 /* For PowerPC the termios and ktermios are the same */ argument
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_baudrate.c | 57 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate() 92 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate() 141 void tty_termios_encode_baud_rate(struct ktermios *termios, in tty_termios_encode_baud_rate()
|
| H A D | tty_ioctl.c | 245 struct ktermios *termios = &tty->termios; in unset_locked_termios() local 485 static void set_sgflags(struct ktermios *termios, int flags) in set_sgflags() 526 struct ktermios termios; in set_sgttyb() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | termios.h | 25 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument 31 #define user_termio_to_kernel_termios(termios, termio) \ argument 43 #define kernel_termios_to_user_termio(termio, termios) \ argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | termios.h | 19 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument 25 #define user_termio_to_kernel_termios(termios, termio) \ argument 37 #define kernel_termios_to_user_termio(termio, termios) \ argument
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 18 struct termios { struct 29 /* Alpha has identical termios and termios2 */ argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 27 struct termios { struct 37 #define SIZEOF_USER_TERMIOS sizeof (struct termios) - (2*sizeof (cc_t)) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 25 struct termios { struct 34 struct termios2 { argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 12 struct termios { struct 21 struct termios2 { argument
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 12 struct termios { struct 21 struct termios2 { argument
|
| /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 | 12 struct termios { struct 21 struct termios2 { argument
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 21 struct termios { struct 30 struct termios2 { argument
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 25 struct termios { struct 34 struct termios2 { argument
|
| /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 | 12 struct termios { struct 21 struct termios2 { argument
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | termios-base.h | 15 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() 52 struct ktermios *termios) in kernel_termios_to_user_termio()
|
| H A D | termios.h | 20 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() 57 struct ktermios *termios) in kernel_termios_to_user_termio()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | termios.h | 30 #define user_termio_to_kernel_termios(termios, termio) \ argument 51 #define kernel_termios_to_user_termio(termio, termios) \ argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | termios.h | 29 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() 60 struct ktermios *termios) in kernel_termios_to_user_termio()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm_tty.c | 153 struct ktermios *termios; in jsm_tty_send_xchar() local 194 struct ktermios *termios; in jsm_tty_open() local 303 struct ktermios *termios, in jsm_tty_set_termios()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | empeg.c | 80 struct ktermios *termios = &tty->termios; in empeg_init_termios() local
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 2694 struct ktermios *termios, in serial8250_get_baud_rate() 2733 struct ktermios *termios; in serial8250_update_uartclk() local 2780 serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios, in serial8250_do_set_termios() 2946 serial8250_set_termios(struct uart_port *port, struct ktermios *termios, in serial8250_set_termios() 2955 void serial8250_do_set_ldisc(struct uart_port *port, struct ktermios *termios) in serial8250_do_set_ldisc() 2974 serial8250_set_ldisc(struct uart_port *port, struct ktermios *termios) in serial8250_set_ldisc() 3379 struct ktermios termios; in serial8250_console_restore() local
|
| H A D | 8250_dw.c | 339 static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios, in dw8250_set_termios() 410 static void dw8250_set_ldisc(struct uart_port *p, struct ktermios *termios) in dw8250_set_ldisc()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | clps711x.c | 221 struct ktermios *termios) in uart_clps711x_set_ldisc() 253 struct ktermios *termios, in uart_clps711x_set_termios()
|