Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dvideobuf2-v4l2.h293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_queue.c218 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
/openbmc/linux/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);
1205 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_queue.c374 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.c1172 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c1380 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c603 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()