Home
last modified time | relevance | path

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

/linux-6.15/include/media/
H A Dvideobuf2-v4l2.h293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
/linux-6.15/drivers/usb/gadget/function/
H A Duvc_queue.c212 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c975 __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 Duvc_queue.c368 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
/linux-6.15/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c1398 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
/linux-6.15/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c601 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()