Searched refs:vb2_poll (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/media/ |
| H A D | videobuf2-v4l2.h | 293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | uvc_queue.c | 212 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
|
| /linux-6.15/drivers/media/common/videobuf2/ |
| H A D | videobuf2-v4l2.c | 975 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function 992 EXPORT_SYMBOL_GPL(vb2_poll); 1245 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
|
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_queue.c | 368 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
|
| /linux-6.15/drivers/media/platform/ti/omap3isp/ |
| H A D | ispvideo.c | 1398 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
|
| /linux-6.15/drivers/media/platform/samsung/s3c-camif/ |
| H A D | camif-capture.c | 601 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()
|