Lines Matching refs:tty_struct
341 struct tty_struct *tty; in raw3215_wakeup()
353 static void raw3215_next_io(struct raw3215_info *raw, struct tty_struct *tty) in raw3215_next_io()
369 struct tty_struct *tty; in raw3215_irq()
960 static int tty3215_install(struct tty_driver *driver, struct tty_struct *tty) in tty3215_install()
978 static int tty3215_open(struct tty_struct *tty, struct file * filp) in tty3215_open()
1002 static void tty3215_close(struct tty_struct *tty, struct file * filp) in tty3215_close()
1020 static int tty3215_write_room(struct tty_struct *tty) in tty3215_write_room()
1036 static int tty3215_write(struct tty_struct * tty, in tty3215_write()
1065 static int tty3215_put_char(struct tty_struct *tty, unsigned char ch) in tty3215_put_char()
1076 static void tty3215_flush_chars(struct tty_struct *tty) in tty3215_flush_chars()
1083 static int tty3215_chars_in_buffer(struct tty_struct *tty) in tty3215_chars_in_buffer()
1091 static void tty3215_flush_buffer(struct tty_struct *tty) in tty3215_flush_buffer()
1103 static void tty3215_throttle(struct tty_struct * tty) in tty3215_throttle()
1114 static void tty3215_unthrottle(struct tty_struct * tty) in tty3215_unthrottle()
1131 static void tty3215_stop(struct tty_struct *tty) in tty3215_stop()
1142 static void tty3215_start(struct tty_struct *tty) in tty3215_start()