Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Duvc_queue.c279 ret = vb2_streamon(&queue->queue, queue->queue.type); in uvcg_queue_enable()
/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c799 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamon() function
807 EXPORT_SYMBOL_GPL(vb2_streamon);
1000 return vb2_streamon(vdev->queue, i); in vb2_ioctl_streamon()
/drivers/media/usb/uvc/
Duvc_queue.c342 ret = vb2_streamon(&queue->queue, type); in uvc_queue_streamon()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c666 ret = vb2_streamon(&ctx->vq_src, type); in vidioc_streamon()
668 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
Ds5p_mfc_enc.c1655 return vb2_streamon(&ctx->vq_src, type); in vidioc_streamon()
1657 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
/drivers/media/v4l2-core/
Dv4l2-mem2mem.c558 ret = vb2_streamon(vq, type); in v4l2_m2m_streamon()
/drivers/staging/media/omap4iss/
Diss_video.c947 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/platform/omap3isp/
Dispvideo.c1155 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()
/drivers/staging/media/soc_camera/
Dsoc_camera.c927 ret = vb2_streamon(&icd->vb2_vidq, i); in soc_camera_streamon()