Lines Matching defs:tport
360 struct ti_port *tport; in ti_port_probe() local
385 struct ti_port *tport; in ti_port_remove() local
395 struct ti_port *tport = usb_get_serial_port_data(port); in ti_open() local
535 struct ti_port *tport; in ti_close() local
581 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write() local
602 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write_room() local
621 struct ti_port *tport = usb_get_serial_port_data(port); in ti_chars_in_buffer() local
638 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tx_empty() local
652 struct ti_port *tport = usb_get_serial_port_data(port); in ti_throttle() local
666 struct ti_port *tport = usb_get_serial_port_data(port); in ti_unthrottle() local
684 struct ti_port *tport = usb_get_serial_port_data(port); in ti_ioctl() local
706 struct ti_port *tport = usb_get_serial_port_data(port); in ti_set_termios() local
840 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmget() local
872 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmset() local
904 struct ti_port *tport = usb_get_serial_port_data(port); in ti_break() local
926 struct ti_port *tport; in ti_interrupt_callback() local
1007 struct ti_port *tport = urb->context; in ti_bulk_in_callback() local
1067 struct ti_port *tport = urb->context; in ti_bulk_out_callback() local
1113 static void ti_send(struct ti_port *tport) in ti_send()
1166 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr) in ti_set_mcr()
1184 static int ti_get_lsr(struct ti_port *tport, u8 *lsr) in ti_get_lsr()
1216 static int ti_get_serial_info(struct ti_port *tport, in ti_get_serial_info()
1247 static int ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport, in ti_set_serial_info()
1267 static void ti_handle_new_msr(struct ti_port *tport, __u8 msr) in ti_handle_new_msr()
1302 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty) in ti_stop_read()
1315 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty) in ti_restart_read()