Lines Matching refs:tty_struct
230 static void rp_wait_until_sent(struct tty_struct *tty, int timeout);
231 static void rp_flush_buffer(struct tty_struct *tty);
234 static void rp_start(struct tty_struct *tty);
427 struct tty_struct *tty; in rp_do_transmit()
705 static void configure_r_port(struct tty_struct *tty, struct r_port *info, in configure_r_port()
881 static int rp_open(struct tty_struct *tty, struct file *filp) in rp_open()
984 static void rp_close(struct tty_struct *tty, struct file *filp) in rp_close()
1063 static void rp_set_termios(struct tty_struct *tty, in rp_set_termios()
1104 static int rp_break(struct tty_struct *tty, int break_state) in rp_break()
1150 static int rp_tiocmget(struct tty_struct *tty) in rp_tiocmget()
1170 static int rp_tiocmset(struct tty_struct *tty, in rp_tiocmset()
1208 static int set_config(struct tty_struct *tty, struct r_port *info, in set_config()
1307 static int rp_ioctl(struct tty_struct *tty, in rp_ioctl()
1343 static void rp_send_xchar(struct tty_struct *tty, char ch) in rp_send_xchar()
1358 static void rp_throttle(struct tty_struct *tty) in rp_throttle()
1376 static void rp_unthrottle(struct tty_struct *tty) in rp_unthrottle()
1401 static void rp_stop(struct tty_struct *tty) in rp_stop()
1417 static void rp_start(struct tty_struct *tty) in rp_start()
1437 static void rp_wait_until_sent(struct tty_struct *tty, int timeout) in rp_wait_until_sent()
1491 static void rp_hangup(struct tty_struct *tty) in rp_hangup()
1531 static int rp_put_char(struct tty_struct *tty, unsigned char ch) in rp_put_char()
1577 static int rp_write(struct tty_struct *tty, in rp_write()
1671 static int rp_write_room(struct tty_struct *tty) in rp_write_room()
1692 static int rp_chars_in_buffer(struct tty_struct *tty) in rp_chars_in_buffer()
1710 static void rp_flush_buffer(struct tty_struct *tty) in rp_flush_buffer()