Lines Matching refs:tty_struct
47 static int mct_u232_open(struct tty_struct *tty, struct usb_serial_port *port);
51 static void mct_u232_set_termios(struct tty_struct *tty,
53 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state);
54 static int mct_u232_tiocmget(struct tty_struct *tty);
55 static int mct_u232_tiocmset(struct tty_struct *tty,
57 static void mct_u232_throttle(struct tty_struct *tty);
58 static void mct_u232_unthrottle(struct tty_struct *tty);
178 static int mct_u232_set_baud_rate(struct tty_struct *tty, in mct_u232_set_baud_rate()
413 static int mct_u232_open(struct tty_struct *tty, struct usb_serial_port *port) in mct_u232_open()
596 static void mct_u232_set_termios(struct tty_struct *tty, in mct_u232_set_termios()
681 static void mct_u232_break_ctl(struct tty_struct *tty, int break_state) in mct_u232_break_ctl()
699 static int mct_u232_tiocmget(struct tty_struct *tty) in mct_u232_tiocmget()
713 static int mct_u232_tiocmset(struct tty_struct *tty, in mct_u232_tiocmset()
738 static void mct_u232_throttle(struct tty_struct *tty) in mct_u232_throttle()
756 static void mct_u232_unthrottle(struct tty_struct *tty) in mct_u232_unthrottle()