Lines Matching refs:tty_struct
64 static void acm_tty_set_termios(struct tty_struct *tty,
490 static int acm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in acm_tty_install()
514 static int acm_tty_open(struct tty_struct *tty, struct file *filp) in acm_tty_open()
542 static int acm_port_activate(struct tty_port *port, struct tty_struct *tty) in acm_port_activate()
654 static void acm_tty_cleanup(struct tty_struct *tty) in acm_tty_cleanup()
661 static void acm_tty_hangup(struct tty_struct *tty) in acm_tty_hangup()
668 static void acm_tty_close(struct tty_struct *tty, struct file *filp) in acm_tty_close()
675 static int acm_tty_write(struct tty_struct *tty, in acm_tty_write()
729 static int acm_tty_write_room(struct tty_struct *tty) in acm_tty_write_room()
739 static int acm_tty_chars_in_buffer(struct tty_struct *tty) in acm_tty_chars_in_buffer()
754 static void acm_tty_throttle(struct tty_struct *tty) in acm_tty_throttle()
763 static void acm_tty_unthrottle(struct tty_struct *tty) in acm_tty_unthrottle()
778 static int acm_tty_break_ctl(struct tty_struct *tty, int state) in acm_tty_break_ctl()
790 static int acm_tty_tiocmget(struct tty_struct *tty) in acm_tty_tiocmget()
802 static int acm_tty_tiocmset(struct tty_struct *tty, in acm_tty_tiocmset()
940 static int acm_tty_ioctl(struct tty_struct *tty, in acm_tty_ioctl()
970 static void acm_tty_set_termios(struct tty_struct *tty, in acm_tty_set_termios()
1530 struct tty_struct *tty; in acm_disconnect()