Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dvideobuf2-v4l2.h220 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_queue.c309 ret = vb2_streamoff(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c864 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff() function
872 EXPORT_SYMBOL_GPL(vb2_streamoff);
1088 return vb2_streamoff(vdev->queue, i); in vb2_ioctl_streamoff()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_queue.c349 ret = vb2_streamoff(&queue->queue, type); in uvc_queue_streamoff()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.c968 vb2_streamoff(&vfh->queue, type); in iss_video_streamon()
1015 vb2_streamoff(&vfh->queue, type); in iss_video_streamoff()
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c711 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
713 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
H A Ds5p_mfc_enc.c1680 return vb2_streamoff(&ctx->vq_src, type); in vidioc_streamoff()
1682 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c881 ret = vb2_streamoff(&q_ctx->q, type); in v4l2_m2m_streamoff()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c1220 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff()
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c880 ret = vb2_streamoff(&vp->vb_queue, type); in s3c_camif_streamoff()