Lines Matching refs:tty_struct
90 static void cy_send_xchar(struct tty_struct *tty, char ch);
275 static void cy_start(struct tty_struct *);
276 static void cy_set_line_char(struct cyclades_port *, struct tty_struct *);
486 struct tty_struct *tty = in cyy_chip_rx()
572 struct tty_struct *tty; in cyy_chip_tx()
685 struct tty_struct *tty; in cyy_chip_modem()
1013 struct tty_struct *tty; in cyz_handle_tx()
1265 static int cy_startup(struct cyclades_port *info, struct tty_struct *tty) in cy_startup()
1422 static void cy_shutdown(struct cyclades_port *info, struct tty_struct *tty) in cy_shutdown()
1496 static int cy_open(struct tty_struct *tty, struct file *filp) in cy_open()
1616 static void cy_wait_until_sent(struct tty_struct *tty, int timeout) in cy_wait_until_sent()
1672 static void cy_flush_buffer(struct tty_struct *tty) in cy_flush_buffer()
1756 static void cy_close(struct tty_struct *tty, struct file *filp) in cy_close()
1777 static int cy_write(struct tty_struct *tty, const unsigned char *buf, int count) in cy_write()
1827 static int cy_put_char(struct tty_struct *tty, unsigned char ch) in cy_put_char()
1861 static void cy_flush_chars(struct tty_struct *tty) in cy_flush_chars()
1885 static int cy_write_room(struct tty_struct *tty) in cy_write_room()
1902 static int cy_chars_in_buffer(struct tty_struct *tty) in cy_chars_in_buffer()
1974 static void cy_set_line_char(struct cyclades_port *info, struct tty_struct *tty) in cy_set_line_char()
2314 cy_set_serial_info(struct cyclades_port *info, struct tty_struct *tty, in cy_set_serial_info()
2393 static int cy_tiocmget(struct tty_struct *tty) in cy_tiocmget()
2447 cy_tiocmset(struct tty_struct *tty, in cy_tiocmset()
2503 static int cy_break(struct tty_struct *tty, int break_state) in cy_break()
2644 cy_ioctl(struct tty_struct *tty, in cy_ioctl()
2766 static int cy_get_icount(struct tty_struct *tty, in cy_get_icount()
2797 static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in cy_set_termios()
2828 static void cy_send_xchar(struct tty_struct *tty, char ch) in cy_send_xchar()
2857 static void cy_throttle(struct tty_struct *tty) in cy_throttle()
2898 static void cy_unthrottle(struct tty_struct *tty) in cy_unthrottle()
2936 static void cy_stop(struct tty_struct *tty) in cy_stop()
2960 static void cy_start(struct tty_struct *tty) in cy_start()
2987 static void cy_hangup(struct tty_struct *tty) in cy_hangup()
3979 struct tty_struct *tty; in cyclades_proc_show()