vb2_streamon      807 drivers/media/common/videobuf2/videobuf2-v4l2.c EXPORT_SYMBOL_GPL(vb2_streamon);
vb2_streamon     1000 drivers/media/common/videobuf2/videobuf2-v4l2.c 	return vb2_streamon(vdev->queue, i);
vb2_streamon     1155 drivers/media/platform/omap3isp/ispvideo.c 	ret = vb2_streamon(&vfh->queue, type);
vb2_streamon      861 drivers/media/platform/s3c-camif/camif-capture.c 	return vb2_streamon(&vp->vb_queue, type);
vb2_streamon      666 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_streamon(&ctx->vq_src, type);
vb2_streamon      668 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_streamon(&ctx->vq_dst, type);
vb2_streamon     1655 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamon(&ctx->vq_src, type);
vb2_streamon     1657 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamon(&ctx->vq_dst, type);
vb2_streamon     1068 drivers/media/platform/vsp1/vsp1_video.c 	ret = vb2_streamon(&video->queue, type);
vb2_streamon      342 drivers/media/usb/uvc/uvc_queue.c 	ret = vb2_streamon(&queue->queue, type);
vb2_streamon      558 drivers/media/v4l2-core/v4l2-mem2mem.c 	ret = vb2_streamon(vq, type);
vb2_streamon      947 drivers/staging/media/omap4iss/iss_video.c 	ret = vb2_streamon(&vfh->queue, type);
vb2_streamon      927 drivers/staging/media/soc_camera/soc_camera.c 	ret = vb2_streamon(&icd->vb2_vidq, i);
vb2_streamon      279 drivers/usb/gadget/function/uvc_queue.c 		ret = vb2_streamon(&queue->queue, queue->queue.type);
vb2_streamon      200 include/media/videobuf2-v4l2.h int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);