Searched refs:vb2_poll (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-v4l2.h | 265 * 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 D | videobuf2-v4l2.h | 275 * 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 D | uvc_queue.c | 199 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_queue.c | 218 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 947 __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 D | videobuf2-v4l2.c | 952 __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 D | uvc_queue.c | 378 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_queue.c | 374 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispvideo.c | 1385 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 1182 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 1380 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 1172 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-capture.c | 603 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 D | camif-capture.c | 603 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()
|
Completed in 20 milliseconds