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()
1607 static void cy_wait_until_sent(struct tty_struct *tty, int timeout) in cy_wait_until_sent()
1663 static void cy_flush_buffer(struct tty_struct *tty) in cy_flush_buffer()
1747 static void cy_close(struct tty_struct *tty, struct file *filp) in cy_close()
1768 static int cy_write(struct tty_struct *tty, const unsigned char *buf, int count) in cy_write()
1818 static int cy_put_char(struct tty_struct *tty, unsigned char ch) in cy_put_char()
1852 static void cy_flush_chars(struct tty_struct *tty) in cy_flush_chars()
1876 static int cy_write_room(struct tty_struct *tty) in cy_write_room()
1893 static int cy_chars_in_buffer(struct tty_struct *tty) in cy_chars_in_buffer()
1965 static void cy_set_line_char(struct cyclades_port *info, struct tty_struct *tty) in cy_set_line_char()
2305 cy_set_serial_info(struct cyclades_port *info, struct tty_struct *tty, in cy_set_serial_info()
2384 static int cy_tiocmget(struct tty_struct *tty) in cy_tiocmget()
2438 cy_tiocmset(struct tty_struct *tty, in cy_tiocmset()
2494 static int cy_break(struct tty_struct *tty, int break_state) in cy_break()
2635 cy_ioctl(struct tty_struct *tty, in cy_ioctl()
2757 static int cy_get_icount(struct tty_struct *tty, in cy_get_icount()
2788 static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in cy_set_termios()
2819 static void cy_send_xchar(struct tty_struct *tty, char ch) in cy_send_xchar()
2848 static void cy_throttle(struct tty_struct *tty) in cy_throttle()
2887 static void cy_unthrottle(struct tty_struct *tty) in cy_unthrottle()
2923 static void cy_stop(struct tty_struct *tty) in cy_stop()
2947 static void cy_start(struct tty_struct *tty) in cy_start()
2974 static void cy_hangup(struct tty_struct *tty) in cy_hangup()
3966 struct tty_struct *tty; in cyclades_proc_show()