Lines Matching refs:tty_struct

197 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port);
199 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port,
201 static int edge_write_room(struct tty_struct *tty);
202 static int edge_chars_in_buffer(struct tty_struct *tty);
203 static void edge_throttle(struct tty_struct *tty);
204 static void edge_unthrottle(struct tty_struct *tty);
205 static void edge_set_termios(struct tty_struct *tty,
208 static int edge_ioctl(struct tty_struct *tty,
210 static void edge_break(struct tty_struct *tty, int break_state);
211 static int edge_tiocmget(struct tty_struct *tty);
212 static int edge_tiocmset(struct tty_struct *tty,
238 static void change_port_settings(struct tty_struct *tty,
796 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port) in edge_open()
1097 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port, in edge_write()
1310 static int edge_write_room(struct tty_struct *tty) in edge_write_room()
1346 static int edge_chars_in_buffer(struct tty_struct *tty) in edge_chars_in_buffer()
1380 static void edge_throttle(struct tty_struct *tty) in edge_throttle()
1418 static void edge_unthrottle(struct tty_struct *tty) in edge_unthrottle()
1453 static void edge_set_termios(struct tty_struct *tty, in edge_set_termios()
1505 static int edge_tiocmset(struct tty_struct *tty, in edge_tiocmset()
1534 static int edge_tiocmget(struct tty_struct *tty) in edge_tiocmget()
1584 static int edge_ioctl(struct tty_struct *tty, in edge_ioctl()
1608 static void edge_break(struct tty_struct *tty, int break_state) in edge_break()
1805 struct tty_struct *tty; in process_rcvd_status()
2379 static void change_port_settings(struct tty_struct *tty, in change_port_settings()