Lines Matching refs:tty_struct
110 static int rs_put_char(struct tty_struct *tty, unsigned char ch) in rs_put_char()
129 static void transmit_chars(struct tty_struct *tty, struct serial_state *info, in transmit_chars()
180 static void rs_flush_chars(struct tty_struct *tty) in rs_flush_chars()
191 static int rs_write(struct tty_struct * tty, in rs_write()
227 static int rs_write_room(struct tty_struct *tty) in rs_write_room()
234 static int rs_chars_in_buffer(struct tty_struct *tty) in rs_chars_in_buffer()
241 static void rs_flush_buffer(struct tty_struct *tty) in rs_flush_buffer()
257 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar()
279 static void rs_throttle(struct tty_struct * tty) in rs_throttle()
287 static void rs_unthrottle(struct tty_struct * tty) in rs_unthrottle()
300 static int rs_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rs_ioctl()
350 static void rs_close(struct tty_struct *tty, struct file * filp) in rs_close()
357 static void rs_hangup(struct tty_struct *tty) in rs_hangup()
365 static int activate(struct tty_port *port, struct tty_struct *tty) in activate()
403 static int rs_open(struct tty_struct *tty, struct file * filp) in rs_open()