Lines Matching refs:usb_serial_port
54 static int kobil_port_probe(struct usb_serial_port *probe);
55 static int kobil_port_remove(struct usb_serial_port *probe);
56 static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port);
57 static void kobil_close(struct usb_serial_port *port);
58 static int kobil_write(struct tty_struct *tty, struct usb_serial_port *port,
69 struct usb_serial_port *port, struct ktermios *old);
116 static int kobil_port_probe(struct usb_serial_port *port) in kobil_port_probe()
149 static int kobil_port_remove(struct usb_serial_port *port) in kobil_port_remove()
169 static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port) in kobil_open()
256 static void kobil_close(struct usb_serial_port *port) in kobil_close()
267 struct usb_serial_port *port = urb->context; in kobil_read_int_callback()
293 static int kobil_write(struct tty_struct *tty, struct usb_serial_port *port, in kobil_write()
371 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmget()
412 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmset()
470 struct usb_serial_port *port, struct ktermios *old) in kobil_set_termios()
524 struct usb_serial_port *port = tty->driver_data; in kobil_ioctl()