Lines Matching refs:tty_struct
63 static void acm_tty_set_termios(struct tty_struct *tty,
494 static int acm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in acm_tty_install()
518 static int acm_tty_open(struct tty_struct *tty, struct file *filp) in acm_tty_open()
546 static int acm_port_activate(struct tty_port *port, struct tty_struct *tty) in acm_port_activate()
658 static void acm_tty_cleanup(struct tty_struct *tty) in acm_tty_cleanup()
665 static void acm_tty_hangup(struct tty_struct *tty) in acm_tty_hangup()
672 static void acm_tty_close(struct tty_struct *tty, struct file *filp) in acm_tty_close()
679 static int acm_tty_write(struct tty_struct *tty, in acm_tty_write()
733 static int acm_tty_write_room(struct tty_struct *tty) in acm_tty_write_room()
743 static int acm_tty_chars_in_buffer(struct tty_struct *tty) in acm_tty_chars_in_buffer()
758 static void acm_tty_throttle(struct tty_struct *tty) in acm_tty_throttle()
767 static void acm_tty_unthrottle(struct tty_struct *tty) in acm_tty_unthrottle()
782 static int acm_tty_break_ctl(struct tty_struct *tty, int state) in acm_tty_break_ctl()
794 static int acm_tty_tiocmget(struct tty_struct *tty) in acm_tty_tiocmget()
806 static int acm_tty_tiocmset(struct tty_struct *tty, in acm_tty_tiocmset()
944 static int acm_tty_ioctl(struct tty_struct *tty, in acm_tty_ioctl()
974 static void acm_tty_set_termios(struct tty_struct *tty, in acm_tty_set_termios()
1540 struct tty_struct *tty; in acm_disconnect()