Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dtermios_internal.h42 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 *);
Dtty.h35 #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 …]
Dserial_8250.h186 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);
Dtty_driver.h466 struct ktermios **termios; member
Dserial_core.h463 struct ktermios *termios,
1023 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
/include/uapi/asm-generic/
DKbuild34 mandatory-y += termios.h
Dtermbits.h10 struct termios { struct