Home
last modified time | relevance | path

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

/include/linux/
Dtty.h36 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument
37 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument
38 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument
39 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument
40 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument
41 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument
42 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument
43 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument
44 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument
45 #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.h224 struct tty_struct *tty; member
Dtty_port.h56 struct tty_struct *tty; /* Back pointer */ member
Dti_wilink_st.h147 struct tty_struct *tty; member
Dserial_core.h462 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.h165 struct tty_struct *tty; /* NULL if no tty */ member