Lines Matching defs:tty
27 struct tty_struct *tty; /* only populated while dev is open */ member
277 static int vcc_rx_check(struct tty_struct *tty, int size) in vcc_rx_check()
292 static int vcc_rx(struct tty_struct *tty, char *buf, int size) in vcc_rx()
309 struct tty_struct *tty; in vcc_ldc_read() local
413 struct tty_struct *tty = port->tty; in vcc_tx_timer() local
734 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open()
769 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close()
794 static void vcc_hangup(struct tty_struct *tty) in vcc_hangup()
817 static ssize_t vcc_write(struct tty_struct *tty, const u8 *buf, size_t count) in vcc_write()
882 static unsigned int vcc_write_room(struct tty_struct *tty) in vcc_write_room()
900 static unsigned int vcc_chars_in_buffer(struct tty_struct *tty) in vcc_chars_in_buffer()
918 static int vcc_break_ctl(struct tty_struct *tty, int state) in vcc_break_ctl()
947 static int vcc_install(struct tty_driver *driver, struct tty_struct *tty) in vcc_install()
983 static void vcc_cleanup(struct tty_struct *tty) in vcc_cleanup()