Searched refs:vb2_poll (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/media/ |
D | videobuf2-core.h | 305 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
|
/linux-2.6.39/drivers/media/video/ |
D | videobuf2-core.c | 1372 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function 1422 EXPORT_SYMBOL_GPL(vb2_poll);
|
D | mx3_camera.c | 963 return vb2_poll(&icd->vb2_vidq, file, pt); in mx3_camera_poll()
|
D | vivi.c | 1016 return vb2_poll(q, file, wait); in vivi_poll()
|
D | sh_mobile_ceu_camera.c | 1711 return vb2_poll(&icd->vb2_vidq, file, pt); in sh_mobile_ceu_poll()
|
/linux-2.6.39/drivers/media/video/s5p-fimc/ |
D | fimc-capture.c | 440 return vb2_poll(&fimc->vid_cap.vbq, file, wait); in fimc_capture_poll()
|