Home
last modified time | relevance | path

Searched refs:vb2_streamoff (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/include/media/
Dvideobuf2-v4l2.h219 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
/Linux-v5.4/drivers/usb/gadget/function/
Duvc_queue.c286 ret = vb2_streamoff(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c809 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
817 EXPORT_SYMBOL_GPL(vb2_streamoff);
1010 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_queue.c353 ret = vb2_streamoff(&queue->queue, type); in uvc_queue_streamoff()
/Linux-v5.4/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c680 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
682 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
Ds5p_mfc_enc.c1668 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
1670 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_video.c976 vb2_streamoff(&vfh->queue, type); in iss_video_streamon()
1025 vb2_streamoff(&vfh->queue, type); in iss_video_streamoff()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-mem2mem.c578 ret = vb2_streamoff(&q_ctx->q, type); in v4l2_m2m_streamoff()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.c1226 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff()
/Linux-v5.4/drivers/media/platform/s3c-camif/
Dcamif-capture.c879 ret = vb2_streamoff(&vp->vb_queue, type); in s3c_camif_streamoff()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c953 ret = vb2_streamoff(&icd->vb2_vidq, i); in soc_camera_streamoff()