Lines Matching defs:port

335 static int whiteheat_port_probe(struct usb_serial_port *port)  in whiteheat_port_probe()
348 static int whiteheat_port_remove(struct usb_serial_port *port) in whiteheat_port_remove()
358 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
398 static void whiteheat_close(struct usb_serial_port *port) in whiteheat_close()
410 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmget() local
426 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmset() local
448 struct usb_serial_port *port = tty->driver_data; in whiteheat_get_serial() local
464 struct usb_serial_port *port, struct ktermios *old_termios) in whiteheat_set_termios()
471 struct usb_serial_port *port = tty->driver_data; in whiteheat_break_ctl() local
547 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
612 static int firm_open(struct usb_serial_port *port) in firm_open()
622 static int firm_close(struct usb_serial_port *port) in firm_close()
634 struct usb_serial_port *port = tty->driver_data; in firm_setup_port() local
715 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
726 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
737 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
748 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
759 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
769 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()