Lines Matching refs:tty_struct
126 static int cypress_open(struct tty_struct *tty, struct usb_serial_port *port);
129 static int cypress_write(struct tty_struct *tty, struct usb_serial_port *port,
132 static int cypress_write_room(struct tty_struct *tty);
133 static void cypress_set_termios(struct tty_struct *tty,
135 static int cypress_tiocmget(struct tty_struct *tty);
136 static int cypress_tiocmset(struct tty_struct *tty,
138 static int cypress_chars_in_buffer(struct tty_struct *tty);
139 static void cypress_throttle(struct tty_struct *tty);
140 static void cypress_unthrottle(struct tty_struct *tty);
295 static int cypress_serial_control(struct tty_struct *tty, in cypress_serial_control()
585 static int cypress_open(struct tty_struct *tty, struct usb_serial_port *port) in cypress_open()
664 static int cypress_write(struct tty_struct *tty, struct usb_serial_port *port, in cypress_write()
800 static int cypress_write_room(struct tty_struct *tty) in cypress_write_room()
816 static int cypress_tiocmget(struct tty_struct *tty) in cypress_tiocmget()
842 static int cypress_tiocmset(struct tty_struct *tty, in cypress_tiocmset()
864 static void cypress_set_termios(struct tty_struct *tty, in cypress_set_termios()
1011 static int cypress_chars_in_buffer(struct tty_struct *tty) in cypress_chars_in_buffer()
1027 static void cypress_throttle(struct tty_struct *tty) in cypress_throttle()
1038 static void cypress_unthrottle(struct tty_struct *tty) in cypress_unthrottle()
1068 struct tty_struct *tty; in cypress_read_int_callback()