Lines Matching defs:tty
307 static void hvc_unthrottle(struct tty_struct *tty) in hvc_unthrottle()
312 static int hvc_install(struct tty_driver *driver, struct tty_struct *tty) in hvc_install()
333 static int hvc_open(struct tty_struct *tty, struct file * filp) in hvc_open()
371 static void hvc_close(struct tty_struct *tty, struct file * filp) in hvc_close()
416 static void hvc_cleanup(struct tty_struct *tty) in hvc_cleanup()
423 static void hvc_hangup(struct tty_struct *tty) in hvc_hangup()
483 static int hvc_write(struct tty_struct *tty, const unsigned char *buf, int count) in hvc_write()
537 struct tty_struct *tty; in hvc_set_winsz() local
559 static int hvc_write_room(struct tty_struct *tty) in hvc_write_room()
569 static int hvc_chars_in_buffer(struct tty_struct *tty) in hvc_chars_in_buffer()
595 struct tty_struct *tty; in hvc_poll() local
762 static int hvc_tiocmget(struct tty_struct *tty) in hvc_tiocmget()
771 static int hvc_tiocmset(struct tty_struct *tty, in hvc_tiocmset()
789 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_get_char() local
804 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_put_char() local
899 struct tty_struct *tty; in hvc_remove() local