Lines Matching refs:tty_struct
131 static int r3964_open(struct tty_struct *tty);
132 static void r3964_close(struct tty_struct *tty);
133 static ssize_t r3964_read(struct tty_struct *tty, struct file *file,
135 static ssize_t r3964_write(struct tty_struct *tty, struct file *file,
137 static int r3964_ioctl(struct tty_struct *tty, struct file *file,
139 static void r3964_set_termios(struct tty_struct *tty, struct ktermios *old);
140 static unsigned int r3964_poll(struct tty_struct *tty, struct file *file,
142 static void r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp,
373 struct tty_struct *tty = pInfo->tty; in put_char()
381 struct tty_struct *tty = pInfo->tty; in flush()
439 struct tty_struct *tty = pInfo->tty; in transmit_block()
942 static int r3964_open(struct tty_struct *tty) in r3964_open()
1003 static void r3964_close(struct tty_struct *tty) in r3964_close()
1057 static ssize_t r3964_read(struct tty_struct *tty, struct file *file, in r3964_read()
1114 static ssize_t r3964_write(struct tty_struct *tty, struct file *file, in r3964_write()
1183 static int r3964_ioctl(struct tty_struct *tty, struct file *file, in r3964_ioctl()
1211 static void r3964_set_termios(struct tty_struct *tty, struct ktermios *old) in r3964_set_termios()
1217 static unsigned int r3964_poll(struct tty_struct *tty, struct file *file, in r3964_poll()
1242 static void r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp, in r3964_receive_buf()