Lines Matching defs:port
119 struct usb_serial_port *port; member
242 static void send_to_tty(struct usb_serial_port *port, in send_to_tty()
805 static void priv_status_resp(struct usb_serial_port *port) in priv_status_resp()
825 static int process_resetdev_request(struct usb_serial_port *port) in process_resetdev_request()
867 static int garmin_init_session(struct usb_serial_port *port) in garmin_init_session()
907 static int garmin_open(struct tty_struct *tty, struct usb_serial_port *port) in garmin_open()
930 static void garmin_close(struct usb_serial_port *port) in garmin_close()
952 struct usb_serial_port *port = urb->context; in garmin_write_bulk_callback() local
976 static int garmin_write_bulk(struct usb_serial_port *port, in garmin_write_bulk()
1042 static int garmin_write(struct tty_struct *tty, struct usb_serial_port *port, in garmin_write()
1116 struct usb_serial_port *port = tty->driver_data; in garmin_write_room() local
1164 struct usb_serial_port *port = urb->context; in garmin_read_bulk_callback() local
1212 struct usb_serial_port *port = urb->context; in garmin_read_int_callback() local
1319 struct usb_serial_port *port = tty->driver_data; in garmin_throttle() local
1332 struct usb_serial_port *port = tty->driver_data; in garmin_unthrottle() local
1371 static int garmin_port_probe(struct usb_serial_port *port) in garmin_port_probe()
1402 static void garmin_port_remove(struct usb_serial_port *port) in garmin_port_remove()