Lines Matching defs:tty
111 static int rfcomm_dev_activate(struct tty_port *port, struct tty_struct *tty) in rfcomm_dev_activate()
322 struct device *tty; in rfcomm_dev_add() local
442 struct tty_struct *tty; in __rfcomm_release_dev() local
686 static void rfcomm_tty_cleanup(struct tty_struct *tty) in rfcomm_tty_cleanup()
709 static int rfcomm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in rfcomm_tty_install()
747 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open()
773 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close()
783 static int rfcomm_tty_write(struct tty_struct *tty, const unsigned char *buf, int count) in rfcomm_tty_write()
812 static unsigned int rfcomm_tty_write_room(struct tty_struct *tty) in rfcomm_tty_write_room()
825 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl()
858 static void rfcomm_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in rfcomm_tty_set_termios()
997 static void rfcomm_tty_throttle(struct tty_struct *tty) in rfcomm_tty_throttle()
1006 static void rfcomm_tty_unthrottle(struct tty_struct *tty) in rfcomm_tty_unthrottle()
1015 static unsigned int rfcomm_tty_chars_in_buffer(struct tty_struct *tty) in rfcomm_tty_chars_in_buffer()
1030 static void rfcomm_tty_flush_buffer(struct tty_struct *tty) in rfcomm_tty_flush_buffer()
1043 static void rfcomm_tty_send_xchar(struct tty_struct *tty, char ch) in rfcomm_tty_send_xchar()
1048 static void rfcomm_tty_wait_until_sent(struct tty_struct *tty, int timeout) in rfcomm_tty_wait_until_sent()
1053 static void rfcomm_tty_hangup(struct tty_struct *tty) in rfcomm_tty_hangup()
1062 static int rfcomm_tty_tiocmget(struct tty_struct *tty) in rfcomm_tty_tiocmget()
1071 static int rfcomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rfcomm_tty_tiocmset()