Lines Matching refs:ti_port

282 struct ti_port {  struct
329 static void ti_send(struct ti_port *tport);
330 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
331 static int ti_get_lsr(struct ti_port *tport, u8 *lsr);
333 static void ti_handle_new_msr(struct ti_port *tport, u8 msr);
335 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
336 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
601 struct ti_port *tport; in ti_port_probe()
634 struct ti_port *tport; in ti_port_remove()
642 struct ti_port *tport = usb_get_serial_port_data(port); in ti_open()
765 struct ti_port *tport; in ti_close()
800 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write()
820 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write_room()
836 struct ti_port *tport = usb_get_serial_port_data(port); in ti_chars_in_buffer()
850 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tx_empty()
873 struct ti_port *tport = usb_get_serial_port_data(port); in ti_throttle()
884 struct ti_port *tport = usb_get_serial_port_data(port); in ti_unthrottle()
899 struct ti_port *tport = usb_get_serial_port_data(port); in ti_set_termios()
1019 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmget()
1048 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmset()
1077 struct ti_port *tport = usb_get_serial_port_data(port); in ti_break()
1109 struct ti_port *tport; in ti_interrupt_callback()
1188 struct ti_port *tport = urb->context; in ti_bulk_in_callback()
1247 struct ti_port *tport = urb->context; in ti_bulk_out_callback()
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()
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()