Lines Matching defs:filep
91 * @filep: File structure pointer to identify the device
97 static __poll_t iio_event_poll(struct file *filep,
100 struct iio_dev *indio_dev = filep->private_data;
108 poll_wait(filep, &ev_int->wait, wait);
116 static ssize_t iio_event_chrdev_read(struct file *filep,
121 struct iio_dev *indio_dev = filep->private_data;
135 if (filep->f_flags & O_NONBLOCK)
161 if (copied == 0 && (filep->f_flags & O_NONBLOCK))
169 static int iio_event_chrdev_release(struct inode *inode, struct file *filep)
171 struct iio_dev *indio_dev = filep->private_data;