Lines Matching refs:usb_serial_port

87 static int  whiteheat_port_probe(struct usb_serial_port *port);
88 static int whiteheat_port_remove(struct usb_serial_port *port);
90 struct usb_serial_port *port);
91 static void whiteheat_close(struct usb_serial_port *port);
95 struct usb_serial_port *port, struct ktermios *old);
162 static int firm_send_command(struct usb_serial_port *port, __u8 command,
164 static int firm_open(struct usb_serial_port *port);
165 static int firm_close(struct usb_serial_port *port);
167 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff);
168 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff);
169 static int firm_set_break(struct usb_serial_port *port, __u8 onoff);
170 static int firm_purge(struct usb_serial_port *port, __u8 rxtx);
171 static int firm_get_dtr_rts(struct usb_serial_port *port);
172 static int firm_report_tx_done(struct usb_serial_port *port);
253 struct usb_serial_port *command_port; in whiteheat_attach()
360 struct usb_serial_port *command_port; in whiteheat_release()
367 static int whiteheat_port_probe(struct usb_serial_port *port) in whiteheat_port_probe()
380 static int whiteheat_port_remove(struct usb_serial_port *port) in whiteheat_port_remove()
390 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
430 static void whiteheat_close(struct usb_serial_port *port) in whiteheat_close()
442 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmget()
458 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmset()
480 struct usb_serial_port *port = tty->driver_data; in whiteheat_ioctl()
509 struct usb_serial_port *port, struct ktermios *old_termios) in whiteheat_set_termios()
516 struct usb_serial_port *port = tty->driver_data; in whiteheat_break_ctl()
537 struct usb_serial_port *command_port = urb->context; in command_port_read_callback()
592 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
595 struct usb_serial_port *command_port; in firm_send_command()
654 static int firm_open(struct usb_serial_port *port) in firm_open()
664 static int firm_close(struct usb_serial_port *port) in firm_close()
676 struct usb_serial_port *port = tty->driver_data; in firm_setup_port()
754 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
765 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
776 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
787 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
798 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
808 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()
823 struct usb_serial_port *command_port; in start_command_port()
852 struct usb_serial_port *command_port; in stop_command_port()