Home
last modified time | relevance | path

Searched refs:vb2_poll (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-v4l2.h265 * vb2_poll() - implements poll userspace operation
277 * If the driver uses struct v4l2_fh, then vb2_poll() will also check for any
283 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-v4l2.h275 * vb2_poll() - implements poll userspace operation
287 * If the driver uses struct v4l2_fh, then vb2_poll() will also check for any
293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_queue.c199 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_queue.c218 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c947 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function
964 EXPORT_SYMBOL_GPL(vb2_poll); variable
1201 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c952 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function
969 EXPORT_SYMBOL_GPL(vb2_poll); variable
1205 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_queue.c378 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_queue.c374 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispvideo.c1385 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.c1182 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c1380 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.c1172 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c603 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c603 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()

Completed in 18 milliseconds