Lines Matching refs:usb_serial_port
81 static int whiteheat_port_probe(struct usb_serial_port *port);
82 static int whiteheat_port_remove(struct usb_serial_port *port);
84 struct usb_serial_port *port);
85 static void whiteheat_close(struct usb_serial_port *port);
89 struct usb_serial_port *port, struct ktermios *old);
157 static int firm_send_command(struct usb_serial_port *port, __u8 command,
159 static int firm_open(struct usb_serial_port *port);
160 static int firm_close(struct usb_serial_port *port);
162 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff);
163 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff);
164 static int firm_set_break(struct usb_serial_port *port, __u8 onoff);
165 static int firm_purge(struct usb_serial_port *port, __u8 rxtx);
166 static int firm_get_dtr_rts(struct usb_serial_port *port);
167 static int firm_report_tx_done(struct usb_serial_port *port);
221 struct usb_serial_port *command_port; in whiteheat_attach()
328 struct usb_serial_port *command_port; in whiteheat_release()
335 static int whiteheat_port_probe(struct usb_serial_port *port) in whiteheat_port_probe()
348 static int whiteheat_port_remove(struct usb_serial_port *port) in whiteheat_port_remove()
358 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
398 static void whiteheat_close(struct usb_serial_port *port) in whiteheat_close()
410 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmget()
426 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmset()
448 struct usb_serial_port *port = tty->driver_data; in whiteheat_get_serial()
464 struct usb_serial_port *port, struct ktermios *old_termios) in whiteheat_set_termios()
471 struct usb_serial_port *port = tty->driver_data; in whiteheat_break_ctl()
492 struct usb_serial_port *command_port = urb->context; in command_port_read_callback()
547 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
550 struct usb_serial_port *command_port; in firm_send_command()
613 static int firm_open(struct usb_serial_port *port) in firm_open()
623 static int firm_close(struct usb_serial_port *port) in firm_close()
635 struct usb_serial_port *port = tty->driver_data; in firm_setup_port()
716 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
727 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
738 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
749 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
760 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
770 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()
785 struct usb_serial_port *command_port; in start_command_port()
814 struct usb_serial_port *command_port; in stop_command_port()