Lines Matching refs:tty_struct
50 unsigned int line_write_room(struct tty_struct *tty) in line_write_room()
63 unsigned 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 ssize_t line_write(struct tty_struct *tty, const u8 *buf, size_t len) in line_write()
214 void line_throttle(struct tty_struct *tty) in line_throttle()
222 void line_unthrottle(struct tty_struct *tty) in line_unthrottle()
285 static int line_activate(struct tty_port *port, struct tty_struct *tty) in line_activate()
305 static void unregister_winch(struct tty_struct *tty);
309 struct tty_struct *tty = tty_port_tty_get(port); in line_destruct()
323 int line_open(struct tty_struct *tty, struct file *filp) in line_open()
330 int line_install(struct tty_driver *driver, struct tty_struct *tty, in line_install()
344 void line_close(struct tty_struct *tty, struct file * filp) in line_close()
351 void line_hangup(struct tty_struct *tty) in line_hangup()
507 struct tty_struct *tty = tty_port_tty_get(&line->port); in line_get_config()
625 struct tty_struct *tty; in winch_interrupt()
712 static void unregister_winch(struct tty_struct *tty) in unregister_winch()
716 struct tty_struct *wtty; in unregister_winch()