Lines Matching refs:usb_serial_port
77 static int whiteheat_port_probe(struct usb_serial_port *port);
78 static void whiteheat_port_remove(struct usb_serial_port *port);
80 struct usb_serial_port *port);
81 static void whiteheat_close(struct usb_serial_port *port);
85 struct usb_serial_port *port,
152 static int firm_send_command(struct usb_serial_port *port, __u8 command,
154 static int firm_open(struct usb_serial_port *port);
155 static int firm_close(struct usb_serial_port *port);
157 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff);
158 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff);
159 static int firm_set_break(struct usb_serial_port *port, __u8 onoff);
160 static int firm_purge(struct usb_serial_port *port, __u8 rxtx);
161 static int firm_get_dtr_rts(struct usb_serial_port *port);
162 static int firm_report_tx_done(struct usb_serial_port *port);
215 struct usb_serial_port *command_port; in whiteheat_attach()
322 struct usb_serial_port *command_port; in whiteheat_release()
329 static int whiteheat_port_probe(struct usb_serial_port *port) in whiteheat_port_probe()
342 static void whiteheat_port_remove(struct usb_serial_port *port) in whiteheat_port_remove()
350 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
390 static void whiteheat_close(struct usb_serial_port *port) in whiteheat_close()
402 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmget()
418 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmset()
444 struct usb_serial_port *port, in whiteheat_set_termios()
452 struct usb_serial_port *port = tty->driver_data; in whiteheat_break_ctl()
474 struct usb_serial_port *command_port = urb->context; in command_port_read_callback()
529 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
532 struct usb_serial_port *command_port; in firm_send_command()
594 static int firm_open(struct usb_serial_port *port) in firm_open()
604 static int firm_close(struct usb_serial_port *port) in firm_close()
616 struct usb_serial_port *port = tty->driver_data; in firm_setup_port()
690 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
701 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
712 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
723 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
734 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
744 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()
759 struct usb_serial_port *command_port; in start_command_port()
788 struct usb_serial_port *command_port; in stop_command_port()