Searched refs:termios (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| D | termios_internal.h | 42 int user_termios_to_kernel_termios_1(struct ktermios *, struct termios __user *); 43 int kernel_termios_to_user_termios_1(struct termios __user *, struct ktermios *); 45 int user_termios_to_kernel_termios(struct ktermios *, struct termios __user *); 46 int kernel_termios_to_user_termios(struct termios __user *, struct ktermios *);
|
| D | tty.h | 35 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) 36 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) 37 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) 38 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) 39 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) 40 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) 41 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) 42 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) 43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) 44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) [all …]
|
| D | serial_8250.h | 186 void serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios, 188 void serial8250_do_set_ldisc(struct uart_port *port, struct ktermios *termios);
|
| D | tty_driver.h | 466 struct ktermios **termios; member
|
| D | serial_core.h | 463 struct ktermios *termios, 1023 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
|
| /include/uapi/asm-generic/ |
| D | Kbuild | 34 mandatory-y += termios.h
|
| D | termbits.h | 10 struct termios { struct
|