Lines Matching refs:ti_port

64 struct ti_port {  struct
116 static void ti_send(struct ti_port *tport);
117 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
118 static int ti_get_lsr(struct ti_port *tport, u8 *lsr);
119 static int ti_get_serial_info(struct ti_port *tport,
121 static int ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport,
123 static void ti_handle_new_msr(struct ti_port *tport, __u8 msr);
125 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
126 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
360 struct ti_port *tport; in ti_port_probe()
385 struct ti_port *tport; in ti_port_remove()
395 struct ti_port *tport = usb_get_serial_port_data(port); in ti_open()
535 struct ti_port *tport; in ti_close()
581 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write()
602 struct ti_port *tport = usb_get_serial_port_data(port); in ti_write_room()
621 struct ti_port *tport = usb_get_serial_port_data(port); in ti_chars_in_buffer()
638 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tx_empty()
652 struct ti_port *tport = usb_get_serial_port_data(port); in ti_throttle()
666 struct ti_port *tport = usb_get_serial_port_data(port); in ti_unthrottle()
684 struct ti_port *tport = usb_get_serial_port_data(port); in ti_ioctl()
706 struct ti_port *tport = usb_get_serial_port_data(port); in ti_set_termios()
840 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmget()
872 struct ti_port *tport = usb_get_serial_port_data(port); in ti_tiocmset()
904 struct ti_port *tport = usb_get_serial_port_data(port); in ti_break()
926 struct ti_port *tport; in ti_interrupt_callback()
1007 struct ti_port *tport = urb->context; in ti_bulk_in_callback()
1067 struct ti_port *tport = urb->context; in ti_bulk_out_callback()
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()