Lines Matching refs:tty_struct
145 static int con_open(struct tty_struct *, struct file *);
151 static void con_flush_chars(struct tty_struct *tty);
839 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize()
981 static int vt_resize(struct tty_struct *tty, struct winsize *ws) in vt_resize()
1433 static void cursor_report(struct vc_data *vc, struct tty_struct *tty) in cursor_report()
1441 static inline void status_report(struct tty_struct *tty) in status_report()
1446 static inline void respond_ID(struct tty_struct *tty) in respond_ID()
1451 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report()
1728 static void do_con_trol(struct tty_struct *tty, struct vc_data *vc, int c) in do_con_trol()
2156 static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int count) in do_con_write()
2649 int tioclinux(struct tty_struct *tty, unsigned long arg) in tioclinux()
2757 static int con_write(struct tty_struct *tty, const unsigned char *buf, int count) in con_write()
2767 static int con_put_char(struct tty_struct *tty, unsigned char ch) in con_put_char()
2774 static int con_write_room(struct tty_struct *tty) in con_write_room()
2781 static int con_chars_in_buffer(struct tty_struct *tty) in con_chars_in_buffer()
2791 static void con_throttle(struct tty_struct *tty) in con_throttle()
2795 static void con_unthrottle(struct tty_struct *tty) in con_unthrottle()
2805 static void con_stop(struct tty_struct *tty) in con_stop()
2819 static void con_start(struct tty_struct *tty) in con_start()
2830 static void con_flush_chars(struct tty_struct *tty) in con_flush_chars()
2848 static int con_install(struct tty_driver *driver, struct tty_struct *tty) in con_install()
2887 static int con_open(struct tty_struct *tty, struct file *filp) in con_open()
2894 static void con_close(struct tty_struct *tty, struct file *filp) in con_close()
2899 static void con_shutdown(struct tty_struct *tty) in con_shutdown()