Lines Matching defs:tty

67 	struct tty_struct	*tty;  member
555 struct tty_struct *tty; in rfcomm_dev_data_ready() local
637 struct tty_struct *tty = dev->tty; in rfcomm_tty_wakeup() local
647 struct tty_struct *tty = dev->tty; in rfcomm_tty_copy_pending() local
669 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open()
744 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close()
780 static int rfcomm_tty_write(struct tty_struct *tty, const unsigned char *buf, int count) in rfcomm_tty_write()
814 static int rfcomm_tty_write_room(struct tty_struct *tty) in rfcomm_tty_write_room()
831 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl()
876 static void rfcomm_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in rfcomm_tty_set_termios()
1015 static void rfcomm_tty_throttle(struct tty_struct *tty) in rfcomm_tty_throttle()
1024 static void rfcomm_tty_unthrottle(struct tty_struct *tty) in rfcomm_tty_unthrottle()
1033 static int rfcomm_tty_chars_in_buffer(struct tty_struct *tty) in rfcomm_tty_chars_in_buffer()
1048 static void rfcomm_tty_flush_buffer(struct tty_struct *tty) in rfcomm_tty_flush_buffer()
1061 static void rfcomm_tty_send_xchar(struct tty_struct *tty, char ch) in rfcomm_tty_send_xchar()
1066 static void rfcomm_tty_wait_until_sent(struct tty_struct *tty, int timeout) in rfcomm_tty_wait_until_sent()
1071 static void rfcomm_tty_hangup(struct tty_struct *tty) in rfcomm_tty_hangup()
1090 static int rfcomm_tty_tiocmget(struct tty_struct *tty) in rfcomm_tty_tiocmget()
1099 static int rfcomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rfcomm_tty_tiocmset()