Lines Matching defs:port

367 static int whiteheat_port_probe(struct usb_serial_port *port)  in whiteheat_port_probe()
380 static int whiteheat_port_remove(struct usb_serial_port *port) in whiteheat_port_remove()
390 static int whiteheat_open(struct tty_struct *tty, struct usb_serial_port *port) in whiteheat_open()
430 static void whiteheat_close(struct usb_serial_port *port) in whiteheat_close()
442 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmget() local
458 struct usb_serial_port *port = tty->driver_data; in whiteheat_tiocmset() local
480 struct usb_serial_port *port = tty->driver_data; in whiteheat_ioctl() local
509 struct usb_serial_port *port, struct ktermios *old_termios) in whiteheat_set_termios()
516 struct usb_serial_port *port = tty->driver_data; in whiteheat_break_ctl() local
592 static int firm_send_command(struct usb_serial_port *port, __u8 command, in firm_send_command()
654 static int firm_open(struct usb_serial_port *port) in firm_open()
664 static int firm_close(struct usb_serial_port *port) in firm_close()
676 struct usb_serial_port *port = tty->driver_data; in firm_setup_port() local
754 static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) in firm_set_rts()
765 static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) in firm_set_dtr()
776 static int firm_set_break(struct usb_serial_port *port, __u8 onoff) in firm_set_break()
787 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge()
798 static int firm_get_dtr_rts(struct usb_serial_port *port) in firm_get_dtr_rts()
808 static int firm_report_tx_done(struct usb_serial_port *port) in firm_report_tx_done()