Home
last modified time | relevance | path

Searched refs:req_events (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/misc/mei/
H A Dmain.c812 __poll_t req_events = poll_requested_events(wait); in mei_poll() local
825 notify_en = cl->notify_en && (req_events & EPOLLPRI); in mei_poll()
839 if (req_events & (EPOLLIN | EPOLLRDNORM)) { in mei_poll()
848 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()
/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c519 __poll_t req_events = poll_requested_events(pts); in si470x_fops_poll() local
522 if (req_events & (EPOLLIN | EPOLLRDNORM)) { in si470x_fops_poll()
/linux/drivers/media/radio/
H A Dradio-cadet.c485 __poll_t req_events = poll_requested_events(wait); in cadet_poll() local
489 if (dev->rdsstat == 0 && (req_events & (EPOLLIN | EPOLLRDNORM))) { in cadet_poll()
/linux/drivers/media/pci/cx18/
H A Dcx18-fileops.c592 __poll_t req_events = poll_requested_events(wait); in cx18_v4l2_enc_poll() local
601 (req_events & (EPOLLIN | EPOLLRDNORM))) { in cx18_v4l2_enc_poll()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2689 __poll_t req_events = poll_requested_events(wait); in vb2_core_poll() local
2702 if (!q->is_output && !(req_events & (EPOLLIN | EPOLLRDNORM))) in vb2_core_poll()
2704 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll()
2712 (req_events & (EPOLLIN | EPOLLRDNORM))) { in vb2_core_poll()
2717 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll()
2741 q->waiting_for_buffers && (req_events & (EPOLLIN | EPOLLRDNORM))) in vb2_core_poll()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c894 __poll_t req_events = poll_requested_events(wait); in fops_poll() local
907 if (!(req_events & (EPOLLIN | EPOLLRDNORM))) in fops_poll()
/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c769 __poll_t req_events = poll_requested_events(wait); in ivtv_v4l2_enc_poll() local
779 (req_events & (EPOLLIN | EPOLLRDNORM))) { in ivtv_v4l2_enc_poll()
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c532 __poll_t req_events = poll_requested_events(wait); in hdpvr_poll() local
537 if (!(req_events & (EPOLLIN | EPOLLRDNORM))) in hdpvr_poll()
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c954 __poll_t req_events = poll_requested_events(wait); in v4l2_m2m_poll() local
967 if (req_events & (EPOLLOUT | EPOLLWRNORM | EPOLLIN | EPOLLRDNORM)) in v4l2_m2m_poll()