Searched defs:tty (Results 1 – 8 of 8) sorted by relevance
36 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument37 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument38 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument39 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument40 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument41 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument42 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument43 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument44 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument45 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) argument[all …]
38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer()
224 struct tty_struct *tty; member
56 struct tty_struct *tty; /* Back pointer */ member
147 struct tty_struct *tty; member
462 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local
452 struct tty_struct *tty; member
165 struct tty_struct *tty; /* NULL if no tty */ member