Searched refs:v4l2_ctrl_poll (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait);
H A Dvivid-radio-rx.c133 return EPOLLIN | EPOLLRDNORM | v4l2_ctrl_poll(file, wait);
/linux-master/drivers/media/radio/
H A Dradio-timb.c83 .poll = v4l2_ctrl_poll,
H A Ddsbr100.c319 .poll = v4l2_ctrl_poll,
H A Dradio-sf16fmi.c214 .poll = v4l2_ctrl_poll,
H A Dradio-ma901.c306 .poll = v4l2_ctrl_poll,
H A Dradio-keene.c264 .poll = v4l2_ctrl_poll,
H A Dradio-tea5764.c390 .poll = v4l2_ctrl_poll,
H A Dradio-miropcm20.c410 .poll = v4l2_ctrl_poll,
H A Dradio-isa.c146 .poll = v4l2_ctrl_poll,
H A Dradio-mr800.c470 .poll = v4l2_ctrl_poll,
H A Dradio-cadet.c486 __poll_t res = v4l2_ctrl_poll(file, wait);
H A Dradio-tea5777.c505 .poll = v4l2_ctrl_poll,
H A Dtea575x.c469 .poll = v4l2_ctrl_poll,
H A Dradio-si476x.c1127 __poll_t err = v4l2_ctrl_poll(file, pts);
/linux-master/drivers/media/radio/si4713/
H A Dradio-platform-si4713.c50 .poll = v4l2_ctrl_poll,
H A Dradio-usb-si4713.c124 .poll = v4l2_ctrl_poll,
/linux-master/include/media/
H A Dv4l2-ctrls.h1308 * v4l2_ctrl_poll - function to be used as a callback to the poll()
1314 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c520 __poll_t retval = v4l2_ctrl_poll(file, pts);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c1296 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait) function
1305 EXPORT_SYMBOL(v4l2_ctrl_poll); variable
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c899 __poll_t mask = v4l2_ctrl_poll(file, wait);
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c531 __poll_t mask = v4l2_ctrl_poll(filp, wait);
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1002 __poll_t rc = v4l2_ctrl_poll(file, wait);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c1215 .poll = v4l2_ctrl_poll,
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1698 .poll = v4l2_ctrl_poll,

Completed in 174 milliseconds

12