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()
475 struct usb_serial_port *command_port = urb->context; in command_port_read_callback()
530 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
533 struct usb_serial_port *command_port; in firm_send_command()
595 static int firm_open(struct usb_serial_port *port) in firm_open()
605 static int firm_close(struct usb_serial_port *port) in firm_close()
617 struct usb_serial_port *port = tty->driver_data; in firm_setup_port()
691 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
702 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
713 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
724 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
735 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
745 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()
760 struct usb_serial_port *command_port; in start_command_port()
789 struct usb_serial_port *command_port; in stop_command_port()