Lines Matching refs:usb_serial_port

119 static int oti6858_open(struct tty_struct *tty, struct usb_serial_port *port);
120 static void oti6858_close(struct usb_serial_port *port);
122 struct usb_serial_port *port,
128 static int oti6858_write(struct tty_struct *tty, struct usb_serial_port *port,
135 static int oti6858_port_probe(struct usb_serial_port *port);
136 static void oti6858_port_remove(struct usb_serial_port *port);
190 struct usb_serial_port *port; /* USB port with which associated */
197 struct usb_serial_port *port = priv->port; in setup_line()
265 struct usb_serial_port *port = priv->port; in send_data()
328 static int oti6858_port_probe(struct usb_serial_port *port) in oti6858_port_probe()
348 static void oti6858_port_remove(struct usb_serial_port *port) in oti6858_port_remove()
356 static int oti6858_write(struct tty_struct *tty, struct usb_serial_port *port, in oti6858_write()
369 struct usb_serial_port *port = tty->driver_data; in oti6858_write_room()
382 struct usb_serial_port *port = tty->driver_data; in oti6858_chars_in_buffer()
399 struct usb_serial_port *port, in oti6858_set_termios()
501 static int oti6858_open(struct tty_struct *tty, struct usb_serial_port *port) in oti6858_open()
557 static void oti6858_close(struct usb_serial_port *port) in oti6858_close()
583 struct usb_serial_port *port = tty->driver_data; in oti6858_tiocmset()
612 struct usb_serial_port *port = tty->driver_data; in oti6858_tiocmget()
643 struct usb_serial_port *port = urb->context; in oti6858_read_int_callback()
767 struct usb_serial_port *port = urb->context; in oti6858_read_bulk_callback()
798 struct usb_serial_port *port = urb->context; in oti6858_write_bulk_callback()