Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dvideobuf2-v4l2.h64 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_queue.c290 ret = vb2_streamoff(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_queue.c318 ret = vb2_streamoff(&queue->queue, type); in uvc_queue_streamoff()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c521 vb2_streamoff(&video->buffer_queue, in vpfe_release()
1234 ret = vb2_streamoff(&video->buffer_queue, video->buffer_queue.type); in vpfe_start_streaming()
1534 ret = vb2_streamoff(&video->buffer_queue, buf_type); in vpfe_streamoff()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c662 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
670 EXPORT_SYMBOL_GPL(vb2_streamoff);
1507 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
Dv4l2-mem2mem.c515 ret = vb2_streamoff(&q_ctx->q, type); in v4l2_m2m_streamoff()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.c860 vb2_streamoff(&vfh->queue, type); in iss_video_streamon()
903 vb2_streamoff(&vfh->queue, type); in iss_video_streamoff()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c702 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
704 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
Ds5p_mfc_enc.c1332 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
1334 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c1100 vb2_streamoff(&vfh->queue, type); in isp_video_streamon()
1160 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff()
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dmixer_video.c743 return vb2_streamoff(&layer->vb_queue, i); in mxr_streamoff()
/linux-4.4.14/drivers/media/platform/s3c-camif/
Dcamif-capture.c900 ret = vb2_streamoff(&vp->vb_queue, type); in s3c_camif_streamoff()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c1021 ret = vb2_streamoff(&icd->vb2_vidq, i); in soc_camera_streamoff()