Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-v4l2.h286 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c953 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function
970 EXPORT_SYMBOL_GPL(vb2_poll);
1207 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_queue.c293 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_queue.c378 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto559 vb2_poll
H A Dabi_gki_aarch64_generic2235 vb2_poll
H A Dabi_gki_aarch64_exynos2313 vb2_poll
H A Dabi_gki_aarch64_imx1053 vb2_poll
H A Dabi_gki_aarch64_galaxy4456 vb2_poll
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_video.c1182 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispvideo.c1385 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
/OK3568_Linux_fs/kernel/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c603 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()