Lines Matching defs:tty

171 static void rs_stop(struct tty_struct *tty)  in rs_stop()
191 static void rs_start(struct tty_struct *tty) in rs_start()
249 struct tty_struct *tty = info->tty; in receive_chars() local
524 struct tty_struct *tty; in do_softint() local
835 static int rs_put_char(struct tty_struct *tty, unsigned char ch) in rs_put_char()
862 static void rs_flush_chars(struct tty_struct *tty) in rs_flush_chars()
886 static int rs_write(struct tty_struct * tty, const unsigned char *buf, int count) in rs_write()
935 static int rs_write_room(struct tty_struct *tty) in rs_write_room()
944 static int rs_chars_in_buffer(struct tty_struct *tty) in rs_chars_in_buffer()
953 static void rs_flush_buffer(struct tty_struct *tty) in rs_flush_buffer()
970 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar()
1005 static void rs_throttle(struct tty_struct * tty) in rs_throttle()
1030 static void rs_unthrottle(struct tty_struct * tty) in rs_unthrottle()
1195 static int rs_tiocmget(struct tty_struct *tty) in rs_tiocmget()
1217 static int rs_tiocmset(struct tty_struct *tty, unsigned int set, in rs_tiocmset()
1245 static int rs_break(struct tty_struct *tty, int break_state) in rs_break()
1269 static int rs_get_icount(struct tty_struct *tty, in rs_get_icount()
1294 static int rs_ioctl(struct tty_struct *tty, in rs_ioctl()
1373 static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in rs_set_termios()
1433 static void rs_close(struct tty_struct *tty, struct file * filp) in rs_close()
1528 static void rs_wait_until_sent(struct tty_struct *tty, int timeout) in rs_wait_until_sent()
1591 static void rs_hangup(struct tty_struct *tty) in rs_hangup()
1615 static int block_til_ready(struct tty_struct *tty, struct file * filp, in block_til_ready()
1768 static int rs_open(struct tty_struct *tty, struct file * filp) in rs_open()