Lines Matching defs:tty
50 int line_write_room(struct tty_struct *tty) in line_write_room()
63 int line_chars_in_buffer(struct tty_struct *tty) in line_chars_in_buffer()
168 void line_flush_buffer(struct tty_struct *tty) in line_flush_buffer()
182 void line_flush_chars(struct tty_struct *tty) in line_flush_chars()
187 int line_write(struct tty_struct *tty, const unsigned char *buf, int len) in line_write()
214 void line_set_termios(struct tty_struct *tty, struct ktermios * old) in line_set_termios()
219 void line_throttle(struct tty_struct *tty) in line_throttle()
227 void line_unthrottle(struct tty_struct *tty) in line_unthrottle()
280 static int line_activate(struct tty_port *port, struct tty_struct *tty) in line_activate()
304 struct tty_struct *tty = tty_port_tty_get(port); in line_destruct() local
318 int line_open(struct tty_struct *tty, struct file *filp) in line_open()
325 int line_install(struct tty_driver *driver, struct tty_struct *tty, in line_install()
339 void line_close(struct tty_struct *tty, struct file * filp) in line_close()
346 void line_hangup(struct tty_struct *tty) in line_hangup()
500 struct tty_struct *tty = tty_port_tty_get(&line->port); in line_get_config() local
618 struct tty_struct *tty; in winch_interrupt() local
700 static void unregister_winch(struct tty_struct *tty) in unregister_winch()