Lines Matching refs:usb_serial_port
122 static int cypress_earthmate_port_probe(struct usb_serial_port *port);
123 static int cypress_hidcom_port_probe(struct usb_serial_port *port);
124 static int cypress_ca42v2_port_probe(struct usb_serial_port *port);
125 static int cypress_port_remove(struct usb_serial_port *port);
126 static int cypress_open(struct tty_struct *tty, struct usb_serial_port *port);
127 static void cypress_close(struct usb_serial_port *port);
128 static void cypress_dtr_rts(struct usb_serial_port *port, int on);
129 static int cypress_write(struct tty_struct *tty, struct usb_serial_port *port,
131 static void cypress_send(struct usb_serial_port *port);
134 struct usb_serial_port *port, struct ktermios *old);
141 static void cypress_set_dead(struct usb_serial_port *port);
239 static int analyze_baud_rate(struct usb_serial_port *port, speed_t new_rate) in analyze_baud_rate()
296 struct usb_serial_port *port, speed_t baud_rate, int data_bits, in cypress_serial_control()
422 static void cypress_set_dead(struct usb_serial_port *port) in cypress_set_dead()
445 static int cypress_generic_port_probe(struct usb_serial_port *port) in cypress_generic_port_probe()
507 static int cypress_earthmate_port_probe(struct usb_serial_port *port) in cypress_earthmate_port_probe()
539 static int cypress_hidcom_port_probe(struct usb_serial_port *port) in cypress_hidcom_port_probe()
556 static int cypress_ca42v2_port_probe(struct usb_serial_port *port) in cypress_ca42v2_port_probe()
573 static int cypress_port_remove(struct usb_serial_port *port) in cypress_port_remove()
585 static int cypress_open(struct tty_struct *tty, struct usb_serial_port *port) in cypress_open()
631 static void cypress_dtr_rts(struct usb_serial_port *port, int on) in cypress_dtr_rts()
645 static void cypress_close(struct usb_serial_port *port) in cypress_close()
664 static int cypress_write(struct tty_struct *tty, struct usb_serial_port *port, in cypress_write()
691 static void cypress_send(struct usb_serial_port *port) in cypress_send()
802 struct usb_serial_port *port = tty->driver_data; in cypress_write_room()
818 struct usb_serial_port *port = tty->driver_data; in cypress_tiocmget()
845 struct usb_serial_port *port = tty->driver_data; in cypress_tiocmset()
865 struct usb_serial_port *port, struct ktermios *old_termios) in cypress_set_termios()
1013 struct usb_serial_port *port = tty->driver_data; in cypress_chars_in_buffer()
1029 struct usb_serial_port *port = tty->driver_data; in cypress_throttle()
1040 struct usb_serial_port *port = tty->driver_data; in cypress_unthrottle()
1065 struct usb_serial_port *port = urb->context; in cypress_read_int_callback()
1223 struct usb_serial_port *port = urb->context; in cypress_write_int_callback()