Lines Matching defs:tty
320 static void hvc_unthrottle(struct tty_struct *tty) in hvc_unthrottle()
325 static int hvc_install(struct tty_driver *driver, struct tty_struct *tty) in hvc_install()
347 static int hvc_open(struct tty_struct *tty, struct file * filp) in hvc_open()
389 static void hvc_close(struct tty_struct *tty, struct file * filp) in hvc_close()
432 static void hvc_cleanup(struct tty_struct *tty) in hvc_cleanup()
439 static void hvc_hangup(struct tty_struct *tty) in hvc_hangup()
499 static ssize_t hvc_write(struct tty_struct *tty, const u8 *buf, size_t count) in hvc_write()
567 struct tty_struct *tty; in hvc_set_winsz() local
589 static unsigned int hvc_write_room(struct tty_struct *tty) in hvc_write_room()
599 static unsigned int hvc_chars_in_buffer(struct tty_struct *tty) in hvc_chars_in_buffer()
634 struct tty_struct *tty; in __hvc_poll() local
836 static int hvc_tiocmget(struct tty_struct *tty) in hvc_tiocmget()
845 static int hvc_tiocmset(struct tty_struct *tty, in hvc_tiocmset()
863 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_get_char() local
878 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_put_char() local
982 struct tty_struct *tty; in hvc_remove() local