Lines Matching refs:tty_struct

147 static int con_open(struct tty_struct *, struct file *);
153 static void con_flush_chars(struct tty_struct *tty);
845 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize()
987 static int vt_resize(struct tty_struct *tty, struct winsize *ws) in vt_resize()
1439 static void cursor_report(struct vc_data *vc, struct tty_struct *tty) in cursor_report()
1447 static inline void status_report(struct tty_struct *tty) in status_report()
1452 static inline void respond_ID(struct tty_struct *tty) in respond_ID()
1457 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report()
1742 static void do_con_trol(struct tty_struct *tty, struct vc_data *vc, int c) in do_con_trol()
2170 static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int count) in do_con_write()
2663 int tioclinux(struct tty_struct *tty, unsigned long arg) in tioclinux()
2771 static int con_write(struct tty_struct *tty, const unsigned char *buf, int count) in con_write()
2781 static int con_put_char(struct tty_struct *tty, unsigned char ch) in con_put_char()
2788 static int con_write_room(struct tty_struct *tty) in con_write_room()
2795 static int con_chars_in_buffer(struct tty_struct *tty) in con_chars_in_buffer()
2805 static void con_throttle(struct tty_struct *tty) in con_throttle()
2809 static void con_unthrottle(struct tty_struct *tty) in con_unthrottle()
2819 static void con_stop(struct tty_struct *tty) in con_stop()
2833 static void con_start(struct tty_struct *tty) in con_start()
2844 static void con_flush_chars(struct tty_struct *tty) in con_flush_chars()
2862 static int con_install(struct tty_driver *driver, struct tty_struct *tty) in con_install()
2901 static int con_open(struct tty_struct *tty, struct file *filp) in con_open()
2908 static void con_close(struct tty_struct *tty, struct file *filp) in con_close()
2913 static void con_shutdown(struct tty_struct *tty) in con_shutdown()