Lines Matching refs:tty_struct
437 struct tty_struct *tty; in gs_start_rx()
486 struct tty_struct *tty; in gs_rx_push()
720 static int gs_open(struct tty_struct *tty, struct file *file) in gs_open()
831 static void gs_close(struct tty_struct *tty, struct file *file) in gs_close()
892 static int gs_write(struct tty_struct *tty, const unsigned char *buf, int count) in gs_write()
912 static int gs_put_char(struct tty_struct *tty, unsigned char ch) in gs_put_char()
928 static void gs_flush_chars(struct tty_struct *tty) in gs_flush_chars()
941 static int gs_write_room(struct tty_struct *tty) in gs_write_room()
958 static int gs_chars_in_buffer(struct tty_struct *tty) in gs_chars_in_buffer()
975 static void gs_unthrottle(struct tty_struct *tty) in gs_unthrottle()
992 static int gs_break_ctl(struct tty_struct *tty, int duration) in gs_break_ctl()