Lines Matching refs:tty_struct
89 static int whiteheat_open(struct tty_struct *tty,
92 static int whiteheat_ioctl(struct tty_struct *tty,
94 static void whiteheat_set_termios(struct tty_struct *tty,
96 static int whiteheat_tiocmget(struct tty_struct *tty);
97 static int whiteheat_tiocmset(struct tty_struct *tty,
99 static void whiteheat_break_ctl(struct tty_struct *tty, int break_state);
166 static void firm_setup_port(struct tty_struct *tty);
390 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
440 static int whiteheat_tiocmget(struct tty_struct *tty) in whiteheat_tiocmget()
455 static int whiteheat_tiocmset(struct tty_struct *tty, in whiteheat_tiocmset()
477 static int whiteheat_ioctl(struct tty_struct *tty, in whiteheat_ioctl()
508 static void whiteheat_set_termios(struct tty_struct *tty, in whiteheat_set_termios()
514 static void whiteheat_break_ctl(struct tty_struct *tty, int break_state) in whiteheat_break_ctl()
674 static void firm_setup_port(struct tty_struct *tty) in firm_setup_port()