Lines Matching defs:wait
2902 static __poll_t bttv_poll(struct file *file, poll_table *wait)
2908 __poll_t req_events = poll_requested_events(wait);
2913 poll_wait(file, &fh->fh.wait, wait);
2921 return rc | videobuf_poll_stream(file, &fh->vbi, wait);
2951 poll_wait(file, &buf->vb.done, wait);
3276 static __poll_t radio_poll(struct file *file, poll_table *wait)
3280 __poll_t req_events = poll_requested_events(wait);
3287 poll_wait(file, &fh->fh.wait, wait);
3290 cmd.event_list = wait;