Searched refs:vb2_streamon (Results 1 – 13 of 13) sorted by relevance
| /kernel/linux/linux-5.10/include/media/ |
| D | videobuf2-v4l2.h | 207 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| D | uvc_queue.c | 281 ret = vb2_streamon(&queue->queue, queue->queue.type); in uvcg_queue_enable()
|
| /kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
| D | videobuf2-v4l2.c | 863 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamon() function 871 EXPORT_SYMBOL_GPL(vb2_streamon); 1075 return vb2_streamon(vdev->queue, i); in vb2_ioctl_streamon()
|
| /kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
| D | uvc_queue.c | 342 ret = vb2_streamon(&queue->queue, type); in uvc_queue_streamon()
|
| /kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_dec.c | 666 ret = vb2_streamon(&ctx->vq_src, type); in vidioc_streamon() 668 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
|
| D | s5p_mfc_enc.c | 1669 return vb2_streamon(&ctx->vq_src, type); in vidioc_streamon() 1671 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
|
| /kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
| D | iss_video.c | 947 ret = vb2_streamon(&vfh->queue, type); in iss_video_streamon()
|
| /kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
| D | vsp1_video.c | 1068 ret = vb2_streamon(&video->queue, type); in vsp1_video_streamon()
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 860 ret = vb2_streamon(vq, type); in v4l2_m2m_streamon()
|
| /kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
| D | ispvideo.c | 1154 ret = vb2_streamon(&vfh->queue, type); in isp_video_streamon()
|
| /kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
| D | camif-capture.c | 861 return vb2_streamon(&vp->vb_queue, type); in s3c_camif_streamon()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0027_linux_drivers_media.patch | 6042 + ret = vb2_streamon(&csi_dev->vb2_vidq, i);
|
| D | 0038_linux_drivers_mxc.patch | 173777 + ret = vb2_streamon(&ctx->output_que, V4L2_BUF_TYPE_VIDEO_CAPTURE); 173816 + ret = vb2_streamon(&ctx->input_que, type); 175116 + ret = vb2_streamon(&ctx->output_que, type); 175119 + ret = vb2_streamon(&ctx->input_que, type); 175466 + vb2_streamon(&ctx->input_que, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); 175467 + vb2_streamon(&ctx->output_que, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); 190083 + ret = vb2_streamon(&queue->vb2_q, type); 199357 + ret = vb2_streamon(&queue->vb2_q, type);
|