Lines Matching defs:tport

601 	struct ti_port *tport;  in ti_port_probe()  local
634 struct ti_port *tport; in ti_port_remove() local
642 struct ti_port *tport = usb_get_serial_port_data(port); in ti_open() local
765 struct ti_port *tport; in ti_close() local
800 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write() local
820 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write_room() local
836 struct ti_port *tport = usb_get_serial_port_data(port); in ti_chars_in_buffer() local
850 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tx_empty() local
873 struct ti_port *tport = usb_get_serial_port_data(port); in ti_throttle() local
884 struct ti_port *tport = usb_get_serial_port_data(port); in ti_unthrottle() local
899 struct ti_port *tport = usb_get_serial_port_data(port); in ti_set_termios() local
1019 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmget() local
1048 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmset() local
1077 struct ti_port *tport = usb_get_serial_port_data(port); in ti_break() local
1109 struct ti_port *tport; in ti_interrupt_callback() local
1188 struct ti_port *tport = urb->context; in ti_bulk_in_callback() local
1247 struct ti_port *tport = urb->context; in ti_bulk_out_callback() local
1291 static void ti_send(struct ti_port *tport) in ti_send()
1344 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr) in ti_set_mcr()
1362 static int ti_get_lsr(struct ti_port *tport, u8 *lsr) in ti_get_lsr()
1394 struct ti_port *tport = usb_get_serial_port_data(port); in ti_get_serial_info() local
1400 static void ti_handle_new_msr(struct ti_port *tport, u8 msr) in ti_handle_new_msr()
1435 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty) in ti_stop_read()
1448 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty) in ti_restart_read()