Lines Matching defs:tty

414 	struct tty_struct *tty;  in rp_do_transmit()  local
695 static void configure_r_port(struct tty_struct *tty, struct r_port *info, in configure_r_port()
871 static int rp_open(struct tty_struct *tty, struct file *filp) in rp_open()
962 static void rp_close(struct tty_struct *tty, struct file *filp) in rp_close()
1041 static void rp_set_termios(struct tty_struct *tty, in rp_set_termios()
1082 static int rp_break(struct tty_struct *tty, int break_state) in rp_break()
1128 static int rp_tiocmget(struct tty_struct *tty) in rp_tiocmget()
1148 static int rp_tiocmset(struct tty_struct *tty, in rp_tiocmset()
1184 static int set_config(struct tty_struct *tty, struct r_port *info, in set_config()
1284 static int rp_ioctl(struct tty_struct *tty, in rp_ioctl()
1326 static void rp_send_xchar(struct tty_struct *tty, char ch) in rp_send_xchar()
1341 static void rp_throttle(struct tty_struct *tty) in rp_throttle()
1358 static void rp_unthrottle(struct tty_struct *tty) in rp_unthrottle()
1382 static void rp_stop(struct tty_struct *tty) in rp_stop()
1398 static void rp_start(struct tty_struct *tty) in rp_start()
1418 static void rp_wait_until_sent(struct tty_struct *tty, int timeout) in rp_wait_until_sent()
1472 static void rp_hangup(struct tty_struct *tty) in rp_hangup()
1512 static int rp_put_char(struct tty_struct *tty, unsigned char ch) in rp_put_char()
1558 static int rp_write(struct tty_struct *tty, in rp_write()
1652 static int rp_write_room(struct tty_struct *tty) in rp_write_room()
1673 static int rp_chars_in_buffer(struct tty_struct *tty) in rp_chars_in_buffer()
1691 static void rp_flush_buffer(struct tty_struct *tty) in rp_flush_buffer()