Lines Matching refs:tty_struct

804 	struct tty_struct *tty;  in tty3270_resize_work()
857 struct tty_struct *tty = tty_port_tty_get(&tp->port); in tty3270_release()
908 static int tty3270_install(struct tty_driver *driver, struct tty_struct *tty) in tty3270_install()
988 tty3270_open(struct tty_struct *tty, struct file *filp) in tty3270_open()
1003 tty3270_close(struct tty_struct *tty, struct file * filp) in tty3270_close()
1015 static void tty3270_cleanup(struct tty_struct *tty) in tty3270_cleanup()
1027 tty3270_write_room(struct tty_struct *tty) in tty3270_write_room()
1589 tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, in tty3270_do_write()
1663 tty3270_write(struct tty_struct * tty, in tty3270_write()
1682 static int tty3270_put_char(struct tty_struct *tty, unsigned char ch) in tty3270_put_char()
1698 tty3270_flush_chars(struct tty_struct *tty) in tty3270_flush_chars()
1717 tty3270_chars_in_buffer(struct tty_struct *tty) in tty3270_chars_in_buffer()
1723 tty3270_flush_buffer(struct tty_struct *tty) in tty3270_flush_buffer()
1731 tty3270_set_termios(struct tty_struct *tty, struct ktermios *old) in tty3270_set_termios()
1755 tty3270_throttle(struct tty_struct * tty) in tty3270_throttle()
1769 tty3270_unthrottle(struct tty_struct * tty) in tty3270_unthrottle()
1785 tty3270_hangup(struct tty_struct *tty) in tty3270_hangup()
1791 tty3270_wait_until_sent(struct tty_struct *tty, int timeout) in tty3270_wait_until_sent()
1795 static int tty3270_ioctl(struct tty_struct *tty, unsigned int cmd, in tty3270_ioctl()
1809 static long tty3270_compat_ioctl(struct tty_struct *tty, in tty3270_compat_ioctl()