Home
last modified time | relevance | path

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

/include/linux/
A 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 *);
A Dtty.h34 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR])
35 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])
37 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])
38 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF])
39 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])
40 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN])
41 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC])
43 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
45 #define EOL_CHAR(tty) ((tty)->termios.c_cc[VEOL])
204 struct ktermios termios, termios_locked; member
[all …]
A 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);
A Dtty_driver.h548 struct ktermios **termios; member
A Dserial_core.h471 struct ktermios *termios,
1020 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
/include/uapi/asm-generic/
A DKbuild34 mandatory-y += termios.h
A Dtermbits.h10 struct termios { struct

Completed in 15 milliseconds