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,
154 static int firm_send_command(struct usb_serial_port *port, __u8 command,
156 static int firm_open(struct usb_serial_port *port);
157 static int firm_close(struct usb_serial_port *port);
159 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff);
160 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff);
161 static int firm_set_break(struct usb_serial_port *port, __u8 onoff);
162 static int firm_purge(struct usb_serial_port *port, __u8 rxtx);
163 static int firm_get_dtr_rts(struct usb_serial_port *port);
164 static int firm_report_tx_done(struct usb_serial_port *port);
217 struct usb_serial_port *command_port; in whiteheat_attach()
324 struct usb_serial_port *command_port; in whiteheat_release()
331 static int whiteheat_port_probe(struct usb_serial_port *port) in whiteheat_port_probe()
344 static void whiteheat_port_remove(struct usb_serial_port *port) in whiteheat_port_remove()
352 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
392 static void whiteheat_close(struct usb_serial_port *port) in whiteheat_close()
404 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmget()
420 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmset()
446 struct usb_serial_port *port, in whiteheat_set_termios()
454 struct usb_serial_port *port = tty->driver_data; in whiteheat_break_ctl()
476 struct usb_serial_port *command_port = urb->context; in command_port_read_callback()
531 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
534 struct usb_serial_port *command_port; in firm_send_command()
596 static int firm_open(struct usb_serial_port *port) in firm_open()
606 static int firm_close(struct usb_serial_port *port) in firm_close()
618 struct usb_serial_port *port = tty->driver_data; in firm_setup_port()
692 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
703 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
714 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
725 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
736 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
746 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()
761 struct usb_serial_port *command_port; in start_command_port()
790 struct usb_serial_port *command_port; in stop_command_port()