in pps.c [38:45]
static __poll_t pps_cdev_poll(struct file *file, poll_table *wait) { struct pps_device *pps = file->private_data; poll_wait(file, &pps->queue, wait); return EPOLLIN | EPOLLRDNORM; }