Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Duvc_queue.c301 ret = vb2_streamon(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c858 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamon() function
866 EXPORT_SYMBOL_GPL(vb2_streamon);
1084 return vb2_streamon(vdev->queue, i); in vb2_ioctl_streamon()
/drivers/media/usb/uvc/
Duvc_queue.c337 ret = vb2_streamon(&queue->queue, type); in uvc_queue_streamon()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c681 ret = vb2_streamon(&ctx->vq_src, type); in vidioc_streamon()
683 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
Ds5p_mfc_enc.c1669 return vb2_streamon(&ctx->vq_src, type); in vidioc_streamon()
1671 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
/drivers/staging/media/omap4iss/
Diss_video.c950 ret = vb2_streamon(&vfh->queue, type); in iss_video_streamon()
/drivers/media/platform/vsp1/
Dvsp1_video.c1068 ret = vb2_streamon(&video->queue, type); in vsp1_video_streamon()
/drivers/media/v4l2-core/
Dv4l2-mem2mem.c860 ret = vb2_streamon(vq, type); in v4l2_m2m_streamon()
/drivers/media/platform/omap3isp/
Dispvideo.c1154 ret = vb2_streamon(&vfh->queue, type); in isp_video_streamon()
/drivers/media/platform/s3c-camif/
Dcamif-capture.c861 return vb2_streamon(&vp->vb_queue, type); in s3c_camif_streamon()