Lines Matching refs:tty_struct
108 static int rs_put_char(struct tty_struct *tty, unsigned char ch) in rs_put_char()
127 static void transmit_chars(struct tty_struct *tty, struct serial_state *info, in transmit_chars()
178 static void rs_flush_chars(struct tty_struct *tty) in rs_flush_chars()
189 static int rs_write(struct tty_struct * tty, in rs_write()
225 static int rs_write_room(struct tty_struct *tty) in rs_write_room()
232 static int rs_chars_in_buffer(struct tty_struct *tty) in rs_chars_in_buffer()
239 static void rs_flush_buffer(struct tty_struct *tty) in rs_flush_buffer()
255 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar()
277 static void rs_throttle(struct tty_struct * tty) in rs_throttle()
285 static void rs_unthrottle(struct tty_struct * tty) in rs_unthrottle()
298 static int rs_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rs_ioctl()
348 static void rs_close(struct tty_struct *tty, struct file * filp) in rs_close()
355 static void rs_hangup(struct tty_struct *tty) in rs_hangup()
363 static int activate(struct tty_port *port, struct tty_struct *tty) in activate()
414 static int rs_open(struct tty_struct *tty, struct file * filp) in rs_open()