Searched defs:tty (Results 1 – 8 of 8) sorted by relevance
106 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) argument107 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) argument108 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) argument109 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) argument110 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) argument111 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME]) argument112 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN]) argument113 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC]) argument114 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) argument115 #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()
217 struct tty_struct *tty; member
150 struct tty_struct *tty; member
147 struct tty_struct *tty; member
450 struct tty_struct *tty = port->state->port.tty; in uart_tx_stopped() local
163 struct tty_struct *tty; /* NULL if no tty */ member
452 struct tty_struct *tty; member