Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dtty.h35 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument
36 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument
37 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument
38 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument
39 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument
40 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument
41 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument
42 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument
43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument
44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) argument
[all …]
Ddevpts_fs.h38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer()
Dtty_ldisc.h275 struct tty_struct *tty; member
Dtty_port.h106 struct tty_struct *tty; member
Dti_wilink_st.h147 struct tty_struct *tty; member
Dserial_core.h1140 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local
/include/net/nfc/
Dnci_core.h452 struct tty_struct *tty; member
/include/linux/sched/
Dsignal.h176 struct tty_struct *tty; /* NULL if no tty */ member