Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Dvideobuf2-v4l2.h191 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c613 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
621 EXPORT_SYMBOL_GPL(vb2_streamoff);
812 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
/Linux-v4.19/drivers/usb/gadget/function/
Duvc_queue.c286 ret = vb2_streamoff(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c538 vb2_streamoff(&video->buffer_queue, in vpfe_release()
1251 ret = vb2_streamoff(&video->buffer_queue, video->buffer_queue.type); in vpfe_start_streaming()
1546 ret = vb2_streamoff(&video->buffer_queue, buf_type); in vpfe_streamoff()
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_queue.c354 ret = vb2_streamoff(&queue->queue, type); in uvc_queue_streamoff()
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c708 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
710 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
Ds5p_mfc_enc.c1691 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
1693 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
/Linux-v4.19/drivers/staging/media/omap4iss/
Diss_video.c987 vb2_streamoff(&vfh->queue, type); in iss_video_streamon()
1036 vb2_streamoff(&vfh->queue, type); in iss_video_streamoff()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-mem2mem.c560 ret = vb2_streamoff(&q_ctx->q, type); in v4l2_m2m_streamoff()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispvideo.c1233 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff()
/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-capture.c889 ret = vb2_streamoff(&vp->vb_queue, type); in s3c_camif_streamoff()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c959 ret = vb2_streamoff(&icd->vb2_vidq, i); in soc_camera_streamoff()