Lines Matching refs:file
131 static ssize_t r3964_read(struct tty_struct *tty, struct file *file,
133 static ssize_t r3964_write(struct tty_struct *tty, struct file *file,
135 static int r3964_ioctl(struct tty_struct *tty, struct file *file,
138 static int r3964_compat_ioctl(struct tty_struct *tty, struct file *file,
142 static __poll_t r3964_poll(struct tty_struct *tty, struct file *file,
1060 static ssize_t r3964_read(struct tty_struct *tty, struct file *file,
1075 if (file->f_flags & O_NONBLOCK) {
1088 if (tty_io_nonblock(tty, file)) {
1124 static ssize_t r3964_write(struct tty_struct *tty, struct file *file,
1189 static int r3964_ioctl(struct tty_struct *tty, struct file *file,
1218 static int r3964_compat_ioctl(struct tty_struct *tty, struct file *file,
1225 return r3964_ioctl(tty, file, cmd, arg);
1238 static __poll_t r3964_poll(struct tty_struct *tty, struct file *file,
1251 poll_wait(file, &tty->read_wait, wait);