Lines Matching defs:tport
605 struct ti_port *tport; in ti_port_probe() local
634 struct ti_port *tport; in ti_port_remove() local
644 struct ti_port *tport = usb_get_serial_port_data(port); in ti_open() local
776 struct ti_port *tport; in ti_close() local
815 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write() local
835 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write_room() local
851 struct ti_port *tport = usb_get_serial_port_data(port); in ti_chars_in_buffer() local
865 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tx_empty() local
879 struct ti_port *tport = usb_get_serial_port_data(port); in ti_throttle() local
890 struct ti_port *tport = usb_get_serial_port_data(port); in ti_unthrottle() local
904 struct ti_port *tport = usb_get_serial_port_data(port); in ti_set_termios() local
1027 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmget() local
1056 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmset() local
1085 struct ti_port *tport = usb_get_serial_port_data(port); in ti_break() local
1113 struct ti_port *tport; in ti_interrupt_callback() local
1192 struct ti_port *tport = urb->context; in ti_bulk_in_callback() local
1251 struct ti_port *tport = urb->context; in ti_bulk_out_callback() local
1295 static void ti_send(struct ti_port *tport) in ti_send()
1348 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr) in ti_set_mcr()
1366 static int ti_get_lsr(struct ti_port *tport, u8 *lsr) in ti_get_lsr()
1402 struct ti_port *tport = usb_get_serial_port_data(port); in ti_get_serial_info() local
1423 struct ti_port *tport = usb_get_serial_port_data(port); in ti_set_serial_info() local
1436 static void ti_handle_new_msr(struct ti_port *tport, u8 msr) in ti_handle_new_msr()
1471 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty) in ti_stop_read()
1484 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty) in ti_restart_read()