Lines Matching refs:tty_struct
160 static void rs_throttle(struct tty_struct * tty);
161 static void rs_wait_until_sent(struct tty_struct *tty, int timeout);
162 static int rs_write(struct tty_struct *tty,
165 static int e100_write_rs485(struct tty_struct *tty,
1363 e100_enable_rs485(struct tty_struct *tty, struct serial_rs485 *r) in e100_enable_rs485()
1397 e100_write_rs485(struct tty_struct *tty, in e100_write_rs485()
1442 rs_stop(struct tty_struct *tty) in rs_stop()
1467 rs_start(struct tty_struct *tty) in rs_start()
1810 struct tty_struct *tty; in receive_chars_dma()
2619 struct tty_struct *tty; in do_softint()
2984 rs_flush_chars(struct tty_struct *tty) in rs_flush_chars()
3006 static int rs_raw_write(struct tty_struct *tty, in rs_raw_write()
3072 rs_write(struct tty_struct *tty, in rs_write()
3138 rs_write_room(struct tty_struct *tty) in rs_write_room()
3151 rs_chars_in_buffer(struct tty_struct *tty) in rs_chars_in_buffer()
3161 rs_flush_buffer(struct tty_struct *tty) in rs_flush_buffer()
3182 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar()
3215 rs_throttle(struct tty_struct * tty) in rs_throttle()
3237 rs_unthrottle(struct tty_struct * tty) in rs_unthrottle()
3414 rs_break(struct tty_struct *tty, int break_state) in rs_break()
3437 rs_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rs_tiocmset()
3469 rs_tiocmget(struct tty_struct *tty) in rs_tiocmget()
3503 rs_ioctl(struct tty_struct *tty, in rs_ioctl()
3610 rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in rs_set_termios()
3634 rs_close(struct tty_struct *tty, struct file * filp) in rs_close()
3767 static void rs_wait_until_sent(struct tty_struct *tty, int timeout) in rs_wait_until_sent()
3803 rs_hangup(struct tty_struct *tty) in rs_hangup()
3822 block_til_ready(struct tty_struct *tty, struct file * filp, in block_til_ready()
3945 rs_open(struct tty_struct *tty, struct file * filp) in rs_open()