Searched defs:tty (Results 1 – 8 of 8) sorted by relevance
83 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument84 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument85 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument86 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument87 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument88 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument89 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument90 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument91 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument92 #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()
222 struct tty_struct *tty; member
150 struct tty_struct *tty; member
147 struct tty_struct *tty; member
467 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local
165 struct tty_struct *tty; /* NULL if no tty */ member
452 struct tty_struct *tty; member