Lines Matching refs:tty_struct
204 static void edge_set_termios(struct tty_struct *tty,
206 static void edge_send(struct usb_serial_port *port, struct tty_struct *tty);
1433 struct tty_struct *tty; in handle_new_msr()
1680 struct tty_struct *tty; in edge_bulk_out_callback()
1706 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port) in edge_open()
1895 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port, in edge_write()
1917 static void edge_send(struct usb_serial_port *port, struct tty_struct *tty) in edge_send()
1965 static int edge_write_room(struct tty_struct *tty) in edge_write_room()
1985 static int edge_chars_in_buffer(struct tty_struct *tty) in edge_chars_in_buffer()
2014 static void edge_throttle(struct tty_struct *tty) in edge_throttle()
2039 static void edge_unthrottle(struct tty_struct *tty) in edge_unthrottle()
2101 static void change_port_settings(struct tty_struct *tty, in change_port_settings()
2239 static void edge_set_termios(struct tty_struct *tty, in edge_set_termios()
2258 static int edge_tiocmset(struct tty_struct *tty, in edge_tiocmset()
2289 static int edge_tiocmget(struct tty_struct *tty) in edge_tiocmget()
2346 static int edge_ioctl(struct tty_struct *tty, in edge_ioctl()
2361 static void edge_break(struct tty_struct *tty, int break_state) in edge_break()