Home
last modified time | relevance | path

Searched refs:vb2_poll (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/media/
Dvideobuf2-core.h305 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
/linux-2.6.39/drivers/media/video/
Dvideobuf2-core.c1372 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function
1422 EXPORT_SYMBOL_GPL(vb2_poll);
Dmx3_camera.c963 return vb2_poll(&icd->vb2_vidq, file, pt); in mx3_camera_poll()
Dvivi.c1016 return vb2_poll(q, file, wait); in vivi_poll()
Dsh_mobile_ceu_camera.c1711 return vb2_poll(&icd->vb2_vidq, file, pt); in sh_mobile_ceu_poll()
/linux-2.6.39/drivers/media/video/s5p-fimc/
Dfimc-capture.c440 return vb2_poll(&fimc->vid_cap.vbq, file, wait); in fimc_capture_poll()