| /linux-4.1.27/drivers/media/platform/vivid/ | 
| D | vivid-radio-tx.c | 109 	return POLLOUT | POLLWRNORM | v4l2_ctrl_poll(file, wait);  in vivid_radio_tx_poll()
  | 
| D | vivid-radio-rx.c | 144 	return POLLIN | POLLRDNORM | v4l2_ctrl_poll(file, wait);  in vivid_radio_rx_poll()
  | 
| /linux-4.1.27/drivers/media/radio/si4713/ | 
| D | radio-platform-si4713.c | 63 	.poll = v4l2_ctrl_poll,
  | 
| D | radio-usb-si4713.c | 139 	.poll           = v4l2_ctrl_poll,
  | 
| /linux-4.1.27/drivers/media/radio/ | 
| D | radio-timb.c | 97 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-sf16fmi.c | 215 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-keene.c | 279 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-ma901.c | 321 	.poll		= v4l2_ctrl_poll,
  | 
| D | dsbr100.c | 334 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-isa.c | 162 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-tea5764.c | 405 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-miropcm20.c | 413 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-mr800.c | 486 	.poll		= v4l2_ctrl_poll,
  | 
| D | radio-tea5777.c | 522 	.poll		= v4l2_ctrl_poll,
  | 
| D | tea575x.c | 487 	.poll           = v4l2_ctrl_poll,
  | 
| D | radio-cadet.c | 493 	unsigned int res = v4l2_ctrl_poll(file, wait);  in cadet_poll()
  | 
| D | radio-si476x.c | 1157 	unsigned int err = v4l2_ctrl_poll(file, pts);  in si476x_radio_fops_poll()
  | 
| /linux-4.1.27/include/media/ | 
| D | v4l2-ctrls.h | 806 unsigned int v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
  | 
| /linux-4.1.27/drivers/media/radio/si470x/ | 
| D | radio-si470x-common.c | 519 	int retval = v4l2_ctrl_poll(file, pts);  in si470x_fops_poll()
  | 
| /linux-4.1.27/drivers/media/common/saa7146/ | 
| D | saa7146_fops.c | 329 	unsigned int res = v4l2_ctrl_poll(file, wait);  in __fops_poll()
  | 
| /linux-4.1.27/drivers/media/usb/hdpvr/ | 
| D | hdpvr-video.c | 520 	unsigned int mask = v4l2_ctrl_poll(filp, wait);  in hdpvr_poll()
  | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls.c | 3452 unsigned int v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait)  in v4l2_ctrl_poll()  function 3461 EXPORT_SYMBOL(v4l2_ctrl_poll);
  | 
| /linux-4.1.27/drivers/media/usb/stkwebcam/ | 
| D | stk-webcam.c | 729 	unsigned res = v4l2_ctrl_poll(fp, wait);  in v4l_stk_poll()
  | 
| /linux-4.1.27/drivers/media/usb/zr364xx/ | 
| D | zr364xx.c | 1297 	unsigned res = v4l2_ctrl_poll(file, wait);  in zr364xx_poll()
  | 
| /linux-4.1.27/drivers/media/pci/meye/ | 
| D | meye.c | 1437 	unsigned int res = v4l2_ctrl_poll(file, wait);  in meye_poll()
  | 
| /linux-4.1.27/drivers/media/usb/tm6000/ | 
| D | tm6000-video.c | 1586 	.poll		= v4l2_ctrl_poll,
  | 
| /linux-4.1.27/drivers/media/pci/cx88/ | 
| D | cx88-video.c | 1240 	.poll          = v4l2_ctrl_poll,
  | 
| /linux-4.1.27/drivers/media/usb/gspca/ | 
| D | gspca.c | 1865 		ret |= v4l2_ctrl_poll(file, wait);  in dev_poll()
  | 
| /linux-4.1.27/drivers/media/usb/cx231xx/ | 
| D | cx231xx-video.c | 2085 	.poll = v4l2_ctrl_poll,
  | 
| /linux-4.1.27/drivers/media/usb/cpia2/ | 
| D | cpia2_core.c | 2362 	unsigned int status = v4l2_ctrl_poll(filp, wait);  in cpia2_poll()
  | 
| /linux-4.1.27/drivers/media/pci/saa7134/ | 
| D | saa7134-video.c | 1171 	unsigned int rc = v4l2_ctrl_poll(file, wait);  in radio_poll()
  |