Lines Matching refs:tty_struct
228 static void edge_set_termios(struct tty_struct *tty,
230 static void edge_send(struct usb_serial_port *port, struct tty_struct *tty);
1563 struct tty_struct *tty; in handle_new_msr()
1810 struct tty_struct *tty; in edge_bulk_out_callback()
1836 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port) in edge_open()
2027 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port, in edge_write()
2049 static void edge_send(struct usb_serial_port *port, struct tty_struct *tty) in edge_send()
2099 static int edge_write_room(struct tty_struct *tty) in edge_write_room()
2119 static int edge_chars_in_buffer(struct tty_struct *tty) in edge_chars_in_buffer()
2148 static void edge_throttle(struct tty_struct *tty) in edge_throttle()
2175 static void edge_unthrottle(struct tty_struct *tty) in edge_unthrottle()
2239 static void change_port_settings(struct tty_struct *tty, in change_port_settings()
2379 static void edge_set_termios(struct tty_struct *tty, in edge_set_termios()
2398 static int edge_tiocmset(struct tty_struct *tty, in edge_tiocmset()
2429 static int edge_tiocmget(struct tty_struct *tty) in edge_tiocmget()
2486 static int edge_ioctl(struct tty_struct *tty, in edge_ioctl()
2501 static void edge_break(struct tty_struct *tty, int break_state) in edge_break()