Lines Matching defs:tty

110 static int rfcomm_dev_activate(struct tty_port *port, struct tty_struct *tty)  in rfcomm_dev_activate()
321 struct device *tty; in rfcomm_dev_add() local
441 struct tty_struct *tty; in __rfcomm_release_dev() local
682 static void rfcomm_tty_cleanup(struct tty_struct *tty) in rfcomm_tty_cleanup()
705 static int rfcomm_tty_install(struct tty_driver *driver, struct tty_struct *tty) in rfcomm_tty_install()
743 static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp) in rfcomm_tty_open()
769 static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp) in rfcomm_tty_close()
779 static ssize_t rfcomm_tty_write(struct tty_struct *tty, const u8 *buf, in rfcomm_tty_write()
809 static unsigned int rfcomm_tty_write_room(struct tty_struct *tty) in rfcomm_tty_write_room()
822 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl()
855 static void rfcomm_tty_set_termios(struct tty_struct *tty, in rfcomm_tty_set_termios()
995 static void rfcomm_tty_throttle(struct tty_struct *tty) in rfcomm_tty_throttle()
1004 static void rfcomm_tty_unthrottle(struct tty_struct *tty) in rfcomm_tty_unthrottle()
1013 static unsigned int rfcomm_tty_chars_in_buffer(struct tty_struct *tty) in rfcomm_tty_chars_in_buffer()
1028 static void rfcomm_tty_flush_buffer(struct tty_struct *tty) in rfcomm_tty_flush_buffer()
1041 static void rfcomm_tty_send_xchar(struct tty_struct *tty, u8 ch) in rfcomm_tty_send_xchar()
1046 static void rfcomm_tty_wait_until_sent(struct tty_struct *tty, int timeout) in rfcomm_tty_wait_until_sent()
1051 static void rfcomm_tty_hangup(struct tty_struct *tty) in rfcomm_tty_hangup()
1060 static int rfcomm_tty_tiocmget(struct tty_struct *tty) in rfcomm_tty_tiocmget()
1069 static int rfcomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rfcomm_tty_tiocmset()