Searched refs:vb2_poll (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/include/media/ |
| D | videobuf2-v4l2.h | 283 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| D | uvc_queue.c | 199 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
|
| /kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
| 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); 1201 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
|
| /kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
| D | uvc_queue.c | 378 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
|
| /kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
| D | iss_video.c | 1182 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
|
| /kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
| D | ispvideo.c | 1385 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
|
| /kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
| D | camif-capture.c | 603 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 174722 + ret |= vb2_poll(&ctx->output_que, file, wait); 174723 + ret |= vb2_poll(&ctx->input_que, file, wait); 174728 + ret |= vb2_poll(&ctx->output_que, file, wait); 174730 + ret |= vb2_poll(&ctx->input_que, file, wait); 176291 + ret |= vb2_poll(&ctx->output_que, file, wait); 176292 + ret |= vb2_poll(&ctx->input_que, file, wait); 176297 + ret |= vb2_poll(&ctx->output_que, file, wait); 176299 + ret |= vb2_poll(&ctx->input_que, file, wait);
|