Lines Matching defs:tty
1560 struct tty_struct *tty; in handle_new_msr() local
1814 struct tty_struct *tty; in edge_bulk_out_callback() local
1840 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port) in edge_open()
2018 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port, in edge_write()
2040 static void edge_send(struct usb_serial_port *port, struct tty_struct *tty) in edge_send()
2090 static int edge_write_room(struct tty_struct *tty) in edge_write_room()
2110 static int edge_chars_in_buffer(struct tty_struct *tty) in edge_chars_in_buffer()
2139 static void edge_throttle(struct tty_struct *tty) in edge_throttle()
2166 static void edge_unthrottle(struct tty_struct *tty) in edge_unthrottle()
2230 static void change_port_settings(struct tty_struct *tty, in change_port_settings()
2373 static void edge_set_termios(struct tty_struct *tty, in edge_set_termios()
2384 static int edge_tiocmset(struct tty_struct *tty, in edge_tiocmset()
2415 static int edge_tiocmget(struct tty_struct *tty) in edge_tiocmget()
2442 static int get_serial_info(struct tty_struct *tty, in get_serial_info()
2464 static void edge_break(struct tty_struct *tty, int break_state) in edge_break()