Lines Matching refs:usb_serial_port
50 static int kobil_port_probe(struct usb_serial_port *probe);
51 static int kobil_port_remove(struct usb_serial_port *probe);
52 static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port);
53 static void kobil_close(struct usb_serial_port *port);
54 static int kobil_write(struct tty_struct *tty, struct usb_serial_port *port,
65 struct usb_serial_port *port, struct ktermios *old);
113 static int kobil_port_probe(struct usb_serial_port *port) in kobil_port_probe()
146 static int kobil_port_remove(struct usb_serial_port *port) in kobil_port_remove()
166 static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port) in kobil_open()
257 static void kobil_close(struct usb_serial_port *port) in kobil_close()
268 struct usb_serial_port *port = urb->context; in kobil_read_int_callback()
294 static int kobil_write(struct tty_struct *tty, struct usb_serial_port *port, in kobil_write()
372 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmget()
421 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmset()
479 struct usb_serial_port *port, struct ktermios *old) in kobil_set_termios()
534 struct usb_serial_port *port = tty->driver_data; in kobil_ioctl()