Lines Matching refs:tty_struct

111 static int rfcomm_dev_activate(struct tty_port *port, struct tty_struct *tty)  in rfcomm_dev_activate()
442 struct tty_struct *tty; in __rfcomm_release_dev()
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 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()
870 static void rfcomm_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in rfcomm_tty_set_termios()
1009 static void rfcomm_tty_throttle(struct tty_struct *tty) in rfcomm_tty_throttle()
1018 static void rfcomm_tty_unthrottle(struct tty_struct *tty) in rfcomm_tty_unthrottle()
1027 static int rfcomm_tty_chars_in_buffer(struct tty_struct *tty) in rfcomm_tty_chars_in_buffer()
1042 static void rfcomm_tty_flush_buffer(struct tty_struct *tty) in rfcomm_tty_flush_buffer()
1055 static void rfcomm_tty_send_xchar(struct tty_struct *tty, char ch) in rfcomm_tty_send_xchar()
1060 static void rfcomm_tty_wait_until_sent(struct tty_struct *tty, int timeout) in rfcomm_tty_wait_until_sent()
1065 static void rfcomm_tty_hangup(struct tty_struct *tty) in rfcomm_tty_hangup()
1074 static int rfcomm_tty_tiocmget(struct tty_struct *tty) in rfcomm_tty_tiocmget()
1083 static int rfcomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rfcomm_tty_tiocmset()