Lines Matching defs:tty
378 struct tty_struct *tty = pInfo->tty; in put_char() local
386 struct tty_struct *tty = pInfo->tty; in flush() local
444 struct tty_struct *tty = pInfo->tty; in transmit_block() local
946 static int r3964_open(struct tty_struct *tty) in r3964_open()
1007 static void r3964_close(struct tty_struct *tty) in r3964_close()
1060 static ssize_t r3964_read(struct tty_struct *tty, struct file *file, in r3964_read()
1124 static ssize_t r3964_write(struct tty_struct *tty, struct file *file, in r3964_write()
1189 static int r3964_ioctl(struct tty_struct *tty, struct file *file, in r3964_ioctl()
1218 static int r3964_compat_ioctl(struct tty_struct *tty, struct file *file, in r3964_compat_ioctl()
1232 static void r3964_set_termios(struct tty_struct *tty, struct ktermios *old) in r3964_set_termios()
1238 static __poll_t r3964_poll(struct tty_struct *tty, struct file *file, in r3964_poll()
1263 static void r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp, in r3964_receive_buf()