Lines Matching refs:tty_struct
43 static int mct_u232_open(struct tty_struct *tty, struct usb_serial_port *port);
47 static void mct_u232_set_termios(struct tty_struct *tty,
49 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state);
50 static int mct_u232_tiocmget(struct tty_struct *tty);
51 static int mct_u232_tiocmset(struct tty_struct *tty,
53 static void mct_u232_throttle(struct tty_struct *tty);
54 static void mct_u232_unthrottle(struct tty_struct *tty);
174 static int mct_u232_set_baud_rate(struct tty_struct *tty, in mct_u232_set_baud_rate()
411 static int mct_u232_open(struct tty_struct *tty, struct usb_serial_port *port) in mct_u232_open()
594 static void mct_u232_set_termios(struct tty_struct *tty, in mct_u232_set_termios()
679 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state) in mct_u232_break_ctl()
697 static int mct_u232_tiocmget(struct tty_struct *tty) in mct_u232_tiocmget()
711 static int mct_u232_tiocmset(struct tty_struct *tty, in mct_u232_tiocmset()
736 static void mct_u232_throttle(struct tty_struct *tty) in mct_u232_throttle()
754 static void mct_u232_unthrottle(struct tty_struct *tty) in mct_u232_unthrottle()