Lines Matching defs:tty

697 static void ldisc_receive_buf(struct tty_struct *tty,  in ldisc_receive_buf()
713 static int install(struct tty_driver *driver, struct tty_struct *tty) in install()
743 static int open(struct tty_struct *tty, struct file *filp) in open()
800 static void close(struct tty_struct *tty, struct file *filp) in close()
834 static void hangup(struct tty_struct *tty) in hangup()
862 static void set_termios(struct tty_struct *tty, struct ktermios *old_termios) in set_termios()
908 static int write(struct tty_struct *tty, in write()
988 static int put_char(struct tty_struct *tty, unsigned char ch) in put_char()
1025 static void send_xchar(struct tty_struct *tty, char ch) in send_xchar()
1049 static void wait_until_sent(struct tty_struct *tty, int timeout) in wait_until_sent()
1115 static int write_room(struct tty_struct *tty) in write_room()
1140 static void flush_chars(struct tty_struct *tty) in flush_chars()
1179 static void flush_buffer(struct tty_struct *tty) in flush_buffer()
1201 static void tx_hold(struct tty_struct *tty) in tx_hold()
1221 static void tx_release(struct tty_struct *tty) in tx_release()
1249 static int ioctl(struct tty_struct *tty, in ioctl()
1306 static int get_icount(struct tty_struct *tty, in get_icount()
1425 static int chars_in_buffer(struct tty_struct *tty) in chars_in_buffer()
1441 static void throttle(struct tty_struct * tty) in throttle()
1466 static void unthrottle(struct tty_struct * tty) in unthrottle()
1496 static int set_break(struct tty_struct *tty, int break_state) in set_break()
2030 struct tty_struct *tty = info->port.tty; in bh_transmit() local
2080 struct tty_struct *tty = info->port.tty; in isr_rxint() local
3170 static int tiocmget(struct tty_struct *tty) in tiocmget()
3195 static int tiocmset(struct tty_struct *tty, in tiocmset()
3249 static int block_til_ready(struct tty_struct *tty, struct file *filp, in block_til_ready()
4823 struct tty_struct *tty = info->port.tty; in rx_get_frame() local