streaming         337 drivers/media/common/saa7146/saa7146_fops.c 		if( 0 == fh->vbi_q.streaming )
streaming         675 drivers/media/common/videobuf2/videobuf2-core.c 	if (q->streaming) {
streaming        1641 drivers/media/common/videobuf2/videobuf2-core.c 	if (q->streaming && !q->start_streaming_called &&
streaming        1678 drivers/media/common/videobuf2/videobuf2-core.c 		if (!q->streaming) {
streaming        1718 drivers/media/common/videobuf2/videobuf2-core.c 				!list_empty(&q->done_list) || !q->streaming ||
streaming        1775 drivers/media/common/videobuf2/videobuf2-core.c 	if (!q->streaming) {
streaming        1893 drivers/media/common/videobuf2/videobuf2-core.c 	q->streaming = 0;
streaming        1978 drivers/media/common/videobuf2/videobuf2-core.c 	if (q->streaming) {
streaming        2007 drivers/media/common/videobuf2/videobuf2-core.c 	q->streaming = 1;
streaming        2474 drivers/media/common/videobuf2/videobuf2-core.c 	if (q->streaming || q->num_buffers > 0)
streaming         210 drivers/media/i2c/adv7180.c 	bool			streaming;
streaming         355 drivers/media/i2c/adv7180.c 	if (state->streaming) {
streaming         810 drivers/media/i2c/adv7180.c 		state->streaming = enable;
streaming         818 drivers/media/i2c/adv7180.c 	state->streaming = enable;
streaming         221 drivers/media/i2c/adv748x/adv748x-afe.c 	if (afe->streaming) {
streaming         289 drivers/media/i2c/adv748x/adv748x-afe.c 	afe->streaming = enable;
streaming         508 drivers/media/i2c/adv748x/adv748x-afe.c 	afe->streaming = false;
streaming         158 drivers/media/i2c/adv748x/adv748x.h 	bool streaming;
streaming         786 drivers/media/i2c/et8ek8/et8ek8_driver.c static int et8ek8_s_stream(struct v4l2_subdev *subdev, int streaming)
streaming         791 drivers/media/i2c/et8ek8/et8ek8_driver.c 	if (!streaming)
streaming          61 drivers/media/i2c/imx214.c 	bool streaming;
streaming         774 drivers/media/i2c/imx214.c 	if (imx214->streaming == enable)
streaming         794 drivers/media/i2c/imx214.c 	imx214->streaming = enable;
streaming         917 drivers/media/i2c/imx214.c 	if (imx214->streaming)
streaming         930 drivers/media/i2c/imx214.c 	if (imx214->streaming) {
streaming         940 drivers/media/i2c/imx214.c 	imx214->streaming = 0;
streaming         612 drivers/media/i2c/imx258.c 	bool streaming;
streaming         982 drivers/media/i2c/imx258.c 	if (imx258->streaming == enable) {
streaming        1006 drivers/media/i2c/imx258.c 	imx258->streaming = enable;
streaming        1025 drivers/media/i2c/imx258.c 	if (imx258->streaming)
streaming        1038 drivers/media/i2c/imx258.c 	if (imx258->streaming) {
streaming        1048 drivers/media/i2c/imx258.c 	imx258->streaming = 0;
streaming         142 drivers/media/i2c/imx319.c 	bool streaming;
streaming        2138 drivers/media/i2c/imx319.c 	if (imx319->streaming == enable) {
streaming        2162 drivers/media/i2c/imx319.c 	imx319->streaming = enable;
streaming        2186 drivers/media/i2c/imx319.c 	if (imx319->streaming)
streaming        2199 drivers/media/i2c/imx319.c 	if (imx319->streaming) {
streaming        2209 drivers/media/i2c/imx319.c 	imx319->streaming = 0;
streaming         128 drivers/media/i2c/imx355.c 	bool streaming;
streaming        1439 drivers/media/i2c/imx355.c 	if (imx355->streaming == enable) {
streaming        1463 drivers/media/i2c/imx355.c 	imx355->streaming = enable;
streaming        1487 drivers/media/i2c/imx355.c 	if (imx355->streaming)
streaming        1500 drivers/media/i2c/imx355.c 	if (imx355->streaming) {
streaming        1510 drivers/media/i2c/imx355.c 	imx355->streaming = 0;
streaming          96 drivers/media/i2c/mt9m001.c 	bool streaming;
streaming         216 drivers/media/i2c/mt9m001.c 	if (mt9m001->streaming == enable)
streaming         242 drivers/media/i2c/mt9m001.c 	mt9m001->streaming = enable;
streaming         147 drivers/media/i2c/mt9m032.c 	bool streaming;
streaming         236 drivers/media/i2c/mt9m032.c static int update_formatter2(struct mt9m032 *sensor, bool streaming)
streaming         243 drivers/media/i2c/mt9m032.c 	if (streaming)
streaming         398 drivers/media/i2c/mt9m032.c 	if (sensor->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
streaming         443 drivers/media/i2c/mt9m032.c 	if (sensor->streaming && sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
streaming         508 drivers/media/i2c/mt9m032.c 	if (sensor->streaming) {
streaming         526 drivers/media/i2c/mt9m032.c static int mt9m032_s_stream(struct v4l2_subdev *subdev, int streaming)
streaming         532 drivers/media/i2c/mt9m032.c 	ret = update_formatter2(sensor, streaming);
streaming         534 drivers/media/i2c/mt9m032.c 		sensor->streaming = streaming;
streaming         144 drivers/media/i2c/mt9v111.c 	bool streaming;
streaming         691 drivers/media/i2c/mt9v111.c 	if (mt9v111->streaming == enable) {
streaming         713 drivers/media/i2c/mt9v111.c 	mt9v111->streaming = enable ? true : false;
streaming         739 drivers/media/i2c/mt9v111.c 	if (mt9v111->streaming) {
streaming         891 drivers/media/i2c/mt9v111.c 	if (mt9v111->streaming) {
streaming         142 drivers/media/i2c/noon010pc30.c 	unsigned int streaming:1;
streaming         564 drivers/media/i2c/noon010pc30.c 	if (!info->streaming) {
streaming         616 drivers/media/i2c/noon010pc30.c 	if (!info->streaming != !on) {
streaming         619 drivers/media/i2c/noon010pc30.c 			info->streaming = on;
streaming        1047 drivers/media/i2c/ov13858.c 	bool streaming;
streaming        1468 drivers/media/i2c/ov13858.c 	if (ov13858->streaming == enable) {
streaming        1492 drivers/media/i2c/ov13858.c 	ov13858->streaming = enable;
streaming        1511 drivers/media/i2c/ov13858.c 	if (ov13858->streaming)
streaming        1524 drivers/media/i2c/ov13858.c 	if (ov13858->streaming) {
streaming        1534 drivers/media/i2c/ov13858.c 	ov13858->streaming = false;
streaming         310 drivers/media/i2c/ov2640.c 	bool streaming;
streaming         990 drivers/media/i2c/ov2640.c 		if (priv->streaming) {
streaming        1066 drivers/media/i2c/ov2640.c 	if (priv->streaming == !on) {
streaming        1075 drivers/media/i2c/ov2640.c 		priv->streaming = on;
streaming         234 drivers/media/i2c/ov2659.c 	int streaming;
streaming        1142 drivers/media/i2c/ov2659.c 		if (ov2659->streaming) {
streaming        1198 drivers/media/i2c/ov2659.c 	if (ov2659->streaming == on)
streaming        1204 drivers/media/i2c/ov2659.c 		ov2659->streaming = on;
streaming        1215 drivers/media/i2c/ov2659.c 		ov2659->streaming = on;
streaming          89 drivers/media/i2c/ov2685.c 	bool			streaming;
streaming         455 drivers/media/i2c/ov2685.c 	if (on == ov2685->streaming)
streaming         481 drivers/media/i2c/ov2685.c 	ov2685->streaming = on;
streaming         251 drivers/media/i2c/ov5640.c 	bool streaming;
streaming        2217 drivers/media/i2c/ov5640.c 	if (sensor->streaming) {
streaming        2796 drivers/media/i2c/ov5640.c 	if (sensor->streaming) {
streaming        2850 drivers/media/i2c/ov5640.c 	if (sensor->streaming == !enable) {
streaming        2870 drivers/media/i2c/ov5640.c 			sensor->streaming = enable;
streaming        1833 drivers/media/i2c/ov5670.c 	bool streaming;
streaming        2333 drivers/media/i2c/ov5670.c 	if (ov5670->streaming == enable)
streaming        2350 drivers/media/i2c/ov5670.c 	ov5670->streaming = enable;
streaming        2368 drivers/media/i2c/ov5670.c 	if (ov5670->streaming)
streaming        2381 drivers/media/i2c/ov5670.c 	if (ov5670->streaming) {
streaming        2501 drivers/media/i2c/ov5670.c 	ov5670->streaming = false;
streaming         491 drivers/media/i2c/ov5675.c 	bool streaming;
streaming         792 drivers/media/i2c/ov5675.c 	if (ov5675->streaming == enable)
streaming         815 drivers/media/i2c/ov5675.c 	ov5675->streaming = enable;
streaming         828 drivers/media/i2c/ov5675.c 	if (ov5675->streaming)
streaming         844 drivers/media/i2c/ov5675.c 	if (ov5675->streaming) {
streaming         847 drivers/media/i2c/ov5675.c 			ov5675->streaming = false;
streaming         111 drivers/media/i2c/ov5695.c 	bool			streaming;
streaming         945 drivers/media/i2c/ov5695.c 	if (on == ov5695->streaming)
streaming         966 drivers/media/i2c/ov5695.c 	ov5695->streaming = on;
streaming         433 drivers/media/i2c/ov772x.c 	int				  streaming;
streaming         581 drivers/media/i2c/ov772x.c 	if (priv->streaming == enable)
streaming         593 drivers/media/i2c/ov772x.c 	priv->streaming = enable;
streaming         728 drivers/media/i2c/ov772x.c 	if (priv->streaming) {
streaming        1210 drivers/media/i2c/ov772x.c 	if (priv->streaming) {
streaming         123 drivers/media/i2c/ov7740.c 	bool streaming;		/* Streaming on/off */
streaming         621 drivers/media/i2c/ov7740.c 	if (ov7740->streaming == enable) {
streaming         640 drivers/media/i2c/ov7740.c 	ov7740->streaming = enable;
streaming         583 drivers/media/i2c/ov8856.c 	bool streaming;
streaming         882 drivers/media/i2c/ov8856.c 	if (ov8856->streaming == enable)
streaming         905 drivers/media/i2c/ov8856.c 	ov8856->streaming = enable;
streaming         918 drivers/media/i2c/ov8856.c 	if (ov8856->streaming)
streaming         934 drivers/media/i2c/ov8856.c 	if (ov8856->streaming) {
streaming         937 drivers/media/i2c/ov8856.c 			ov8856->streaming = false;
streaming         275 drivers/media/i2c/ov9650.c 	int streaming;
streaming         526 drivers/media/i2c/ov9650.c 	ov965x->streaming = 0;
streaming        1242 drivers/media/i2c/ov9650.c 		if (ov965x->streaming) {
streaming        1332 drivers/media/i2c/ov9650.c 	if (ov965x->streaming == !on) {
streaming        1353 drivers/media/i2c/ov9650.c 		ov965x->streaming += on ? 1 : -1;
streaming        1355 drivers/media/i2c/ov9650.c 	WARN_ON(ov965x->streaming < 0);
streaming         437 drivers/media/i2c/s5c73m3/s5c73m3-core.c 	state->streaming = !!on;
streaming         939 drivers/media/i2c/s5c73m3/s5c73m3-core.c 		if (state->streaming)
streaming        1086 drivers/media/i2c/s5c73m3/s5c73m3-core.c 		if (state->streaming)
streaming        1133 drivers/media/i2c/s5c73m3/s5c73m3-core.c 		if (state->streaming)
streaming        1412 drivers/media/i2c/s5c73m3/s5c73m3-core.c 	state->streaming = 0;
streaming         407 drivers/media/i2c/s5c73m3/s5c73m3.h 	u8 streaming:1;
streaming         189 drivers/media/i2c/s5k4ecgx.c 	u8 streaming;
streaming         493 drivers/media/i2c/s5k4ecgx.c 	priv->streaming = 0;
streaming         601 drivers/media/i2c/s5k4ecgx.c 	if (!priv->streaming) {
streaming         819 drivers/media/i2c/s5k4ecgx.c 	if (priv->streaming == !on) {
streaming         822 drivers/media/i2c/s5k4ecgx.c 			priv->streaming = on & 1;
streaming         946 drivers/media/i2c/s5k4ecgx.c 	priv->streaming = 0;
streaming         323 drivers/media/i2c/s5k5baf.c 	unsigned int streaming:1;
streaming         645 drivers/media/i2c/s5k5baf.c 	if (state->streaming)
streaming         987 drivers/media/i2c/s5k5baf.c 	state->streaming = 0;
streaming        1107 drivers/media/i2c/s5k5baf.c 	if (state->streaming == !!on) {
streaming        1124 drivers/media/i2c/s5k5baf.c 		state->streaming = !state->streaming;
streaming        1330 drivers/media/i2c/s5k5baf.c 	if (state->streaming) {
streaming        1498 drivers/media/i2c/s5k5baf.c 	if (state->streaming) {
streaming        1514 drivers/media/i2c/s5k5baf.c 	if (state->streaming)
streaming         259 drivers/media/i2c/s5k6aa.c 	unsigned int streaming:1;
streaming         864 drivers/media/i2c/s5k6aa.c 	s5k6aa->streaming = 0;
streaming         909 drivers/media/i2c/s5k6aa.c 		s5k6aa->streaming = enable;
streaming         921 drivers/media/i2c/s5k6aa.c 	if (s5k6aa->streaming == !on) {
streaming        1128 drivers/media/i2c/s5k6aa.c 		if (s5k6aa->streaming) {
streaming         433 drivers/media/i2c/smiapp/smiapp-core.c 		if (sensor->streaming)
streaming         476 drivers/media/i2c/smiapp/smiapp-core.c 		if (sensor->streaming)
streaming        1378 drivers/media/i2c/smiapp/smiapp-core.c 	sensor->streaming = false;
streaming        1542 drivers/media/i2c/smiapp/smiapp-core.c 	if (sensor->streaming == enable)
streaming        1554 drivers/media/i2c/smiapp/smiapp-core.c 		sensor->streaming = true;
streaming        1558 drivers/media/i2c/smiapp/smiapp-core.c 			sensor->streaming = false;
streaming        1561 drivers/media/i2c/smiapp/smiapp-core.c 		sensor->streaming = false;
streaming        2714 drivers/media/i2c/smiapp/smiapp-core.c 	bool streaming = sensor->streaming;
streaming        2725 drivers/media/i2c/smiapp/smiapp-core.c 	if (sensor->streaming)
streaming        2729 drivers/media/i2c/smiapp/smiapp-core.c 	sensor->streaming = streaming;
streaming        2743 drivers/media/i2c/smiapp/smiapp-core.c 	if (sensor->streaming)
streaming        3096 drivers/media/i2c/smiapp/smiapp-core.c 	sensor->streaming = false;
streaming         207 drivers/media/i2c/smiapp/smiapp.h 	bool streaming;
streaming         112 drivers/media/i2c/st-mipid02.c 	bool streaming;
streaming         627 drivers/media/i2c/st-mipid02.c 		    enable, bridge->streaming);
streaming         630 drivers/media/i2c/st-mipid02.c 	if (bridge->streaming == enable)
streaming         636 drivers/media/i2c/st-mipid02.c 		bridge->streaming = enable;
streaming         640 drivers/media/i2c/st-mipid02.c 		    bridge->streaming, ret);
streaming         760 drivers/media/i2c/st-mipid02.c 	if (bridge->streaming) {
streaming         104 drivers/media/i2c/tvp514x.c 	int streaming;
streaming         543 drivers/media/i2c/tvp514x.c 	if (!decoder->streaming) {
streaming         804 drivers/media/i2c/tvp514x.c 	if (decoder->streaming == enable)
streaming         816 drivers/media/i2c/tvp514x.c 		decoder->streaming = enable;
streaming         838 drivers/media/i2c/tvp514x.c 		decoder->streaming = enable;
streaming         959 drivers/media/i2c/tvp514x.c 	.streaming = 0,
streaming         412 drivers/media/i2c/tvp7002.c 	int streaming;
streaming         723 drivers/media/i2c/tvp7002.c 	if (device->streaming == enable)
streaming         733 drivers/media/i2c/tvp7002.c 	device->streaming = enable;
streaming         763 drivers/media/i2c/tvp7002.c 					device->streaming ? "yes" : "no");
streaming         895 drivers/media/pci/cx88/cx88-blackbird.c 	bool streaming;
streaming         901 drivers/media/pci/cx88/cx88-blackbird.c 	streaming = vb2_start_streaming_called(&dev->vb2_mpegq);
streaming         902 drivers/media/pci/cx88/cx88-blackbird.c 	if (streaming)
streaming         908 drivers/media/pci/cx88/cx88-blackbird.c 	if (streaming)
streaming        1016 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	cio2->streaming = true;
streaming        1046 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	cio2->streaming = false;
streaming        1992 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	if (!cio2->streaming)
streaming        2019 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	if (!cio2->streaming)
streaming         363 drivers/media/pci/intel/ipu3/ipu3-cio2.h 	bool streaming;
streaming          88 drivers/media/platform/exynos4-is/fimc-capture.c 	bool streaming;
streaming          91 drivers/media/platform/exynos4-is/fimc-capture.c 	streaming = fimc->state & (1 << ST_CAPT_ISP_STREAM);
streaming         119 drivers/media/platform/exynos4-is/fimc-capture.c 	if (streaming)
streaming         536 drivers/media/platform/exynos4-is/fimc-capture.c 	if (close && vc->streaming) {
streaming         538 drivers/media/platform/exynos4-is/fimc-capture.c 		vc->streaming = false;
streaming        1226 drivers/media/platform/exynos4-is/fimc-capture.c 		vc->streaming = true;
streaming        1247 drivers/media/platform/exynos4-is/fimc-capture.c 	vc->streaming = false;
streaming         321 drivers/media/platform/exynos4-is/fimc-core.h 	bool				streaming;
streaming         311 drivers/media/platform/exynos4-is/fimc-isp-video.c 	if (v4l2_fh_is_singular_file(file) && ivc->streaming) {
streaming         313 drivers/media/platform/exynos4-is/fimc-isp-video.c 		ivc->streaming = 0;
streaming         505 drivers/media/platform/exynos4-is/fimc-isp-video.c 	isp->video_capture.streaming = 1;
streaming         524 drivers/media/platform/exynos4-is/fimc-isp-video.c 	video->streaming = 0;
streaming         135 drivers/media/platform/exynos4-is/fimc-isp.h 	int			streaming;
streaming         177 drivers/media/platform/exynos4-is/fimc-lite.c 	bool streaming;
streaming         180 drivers/media/platform/exynos4-is/fimc-lite.c 	streaming = fimc->state & (1 << ST_SENSOR_STREAM);
streaming         208 drivers/media/platform/exynos4-is/fimc-lite.c 	if (!streaming)
streaming         516 drivers/media/platform/exynos4-is/fimc-lite.c 		if (fimc->streaming) {
streaming         518 drivers/media/platform/exynos4-is/fimc-lite.c 			fimc->streaming = false;
streaming         833 drivers/media/platform/exynos4-is/fimc-lite.c 		fimc->streaming = true;
streaming         853 drivers/media/platform/exynos4-is/fimc-lite.c 	fimc->streaming = false;
streaming         177 drivers/media/platform/exynos4-is/fimc-lite.h 	bool			streaming;
streaming        1193 drivers/media/platform/omap3isp/ispvideo.c 	unsigned int streaming;
streaming        1203 drivers/media/platform/omap3isp/ispvideo.c 	streaming = vb2_is_streaming(&vfh->queue);
streaming        1206 drivers/media/platform/omap3isp/ispvideo.c 	if (!streaming)
streaming         154 drivers/media/platform/s3c-camif/camif-capture.c 	bool streaming;
streaming         157 drivers/media/platform/s3c-camif/camif-capture.c 	streaming = vp->state & ST_VP_SENSOR_STREAMING;
streaming         176 drivers/media/platform/s3c-camif/camif-capture.c 	if (!streaming)
streaming        1009 drivers/media/platform/s5p-mfc/s5p_mfc.c 	if ((!src_q->streaming || list_empty(&src_q->queued_list))
streaming        1010 drivers/media/platform/s5p-mfc/s5p_mfc.c 		&& (!dst_q->streaming || list_empty(&dst_q->queued_list))) {
streaming        1431 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (ctx->vq_src.streaming || ctx->vq_dst.streaming) {
streaming        2281 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (!ctx->vq_src.streaming)
streaming         104 drivers/media/platform/xilinx/xilinx-tpg.c 	bool streaming;
streaming         181 drivers/media/platform/xilinx/xilinx-tpg.c 		xtpg->streaming = false;
streaming         228 drivers/media/platform/xilinx/xilinx-tpg.c 	xtpg->streaming = true;
streaming         146 drivers/media/usb/as102/as102_drv.c 	if (as102_dev->streaming++ == 0)
streaming         161 drivers/media/usb/as102/as102_drv.c 	if (--as102_dev->streaming == 0)
streaming          67 drivers/media/usb/as102/as102_drv.h 	int streaming;
streaming         225 drivers/media/usb/as102/as102_usb_drv.c 	if (as102_dev->streaming)
streaming         372 drivers/media/usb/cpia2/cpia2.h 	int streaming;		/* 0 = no, 1 = yes */
streaming        2322 drivers/media/usb/cpia2/cpia2_core.c 	if (!cam->streaming) {
streaming        2370 drivers/media/usb/cpia2/cpia2_core.c 			!cam->streaming) {
streaming         213 drivers/media/usb/cpia2/cpia2_usb.c 	if (!cam->streaming || !video_is_registered(&cam->vdev)) {
streaming         215 drivers/media/usb/cpia2/cpia2_usb.c 		    cam->streaming, video_is_registered(&cam->vdev));
streaming         358 drivers/media/usb/cpia2/cpia2_usb.c 	if(cam->streaming) {
streaming         728 drivers/media/usb/cpia2/cpia2_usb.c 	if(cam->streaming)
streaming         757 drivers/media/usb/cpia2/cpia2_usb.c 		cam->streaming = 1;
streaming         771 drivers/media/usb/cpia2/cpia2_usb.c 	if(cam->streaming) {
streaming         786 drivers/media/usb/cpia2/cpia2_usb.c 	if(cam->streaming) {
streaming         810 drivers/media/usb/cpia2/cpia2_usb.c 	cam->streaming = 0;
streaming         918 drivers/media/usb/cpia2/cpia2_usb.c 	if (cam->streaming) {
streaming         920 drivers/media/usb/cpia2/cpia2_usb.c 		cam->streaming = 1;
streaming         935 drivers/media/usb/cpia2/cpia2_usb.c 	if (cam->streaming) {
streaming         936 drivers/media/usb/cpia2/cpia2_usb.c 		cam->streaming = 0;
streaming         183 drivers/media/usb/cpia2/cpia2_v4l.c 		if (!cam->streaming) {
streaming         191 drivers/media/usb/cpia2/cpia2_v4l.c 					 !cam->streaming ||
streaming         929 drivers/media/usb/cpia2/cpia2_v4l.c 	DBG("VIDIOC_STREAMON, streaming=%d\n", cam->streaming);
streaming         933 drivers/media/usb/cpia2/cpia2_v4l.c 	if (!cam->streaming) {
streaming         947 drivers/media/usb/cpia2/cpia2_v4l.c 	DBG("VIDIOC_STREAMOFF, streaming=%d\n", cam->streaming);
streaming         951 drivers/media/usb/cpia2/cpia2_v4l.c 	if (cam->streaming) {
streaming        1793 drivers/media/usb/cx231xx/cx231xx-417.c 	if (fh->vidq.streaming)
streaming         407 drivers/media/usb/go7007/go7007-v4l2.c 	q->streaming = 1;
streaming         414 drivers/media/usb/go7007/go7007-v4l2.c 		q->streaming = 0;
streaming         433 drivers/media/usb/go7007/go7007-v4l2.c 	q->streaming = 0;
streaming         147 drivers/media/usb/gspca/benq.c 	if (!gspca_dev->streaming)
streaming         873 drivers/media/usb/gspca/conex.c 	if (!gspca_dev->streaming)
streaming        1758 drivers/media/usb/gspca/cpia1.c 	if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY)
streaming        1787 drivers/media/usb/gspca/cpia1.c 			gspca_dev->streaming);
streaming         196 drivers/media/usb/gspca/dtcs033.c 	if (!gspca_dev->streaming)
streaming         693 drivers/media/usb/gspca/etoms.c 	if (!gspca_dev->streaming)
streaming          87 drivers/media/usb/gspca/finepix.c 	while (gspca_dev->present && gspca_dev->streaming) {
streaming         103 drivers/media/usb/gspca/finepix.c 		if (!gspca_dev->present || !gspca_dev->streaming)
streaming         122 drivers/media/usb/gspca/finepix.c 			if (!gspca_dev->present || !gspca_dev->streaming)
streaming          93 drivers/media/usb/gspca/gl860/gl860.c 	if (gspca_dev->streaming)
streaming         308 drivers/media/usb/gspca/gspca.c 	if (!gspca_dev->streaming)
streaming         326 drivers/media/usb/gspca/gspca.c 	if (!gspca_dev->streaming)
streaming         340 drivers/media/usb/gspca/gspca.c 	if (!gspca_dev->streaming)
streaming         363 drivers/media/usb/gspca/gspca.c 	if (!gspca_dev->streaming)
streaming         737 drivers/media/usb/gspca/gspca.c 	gspca_dev->streaming = false;
streaming         846 drivers/media/usb/gspca/gspca.c 		gspca_dev->streaming = true;
streaming        1678 drivers/media/usb/gspca/gspca.c 	int streaming, ret = 0;
streaming        1689 drivers/media/usb/gspca/gspca.c 	streaming = vb2_start_streaming_called(&gspca_dev->queue);
streaming        1690 drivers/media/usb/gspca/gspca.c 	if (streaming)
streaming         188 drivers/media/usb/gspca/gspca.h 	bool streaming;
streaming         396 drivers/media/usb/gspca/jeilinj.c 	if (!gspca_dev->streaming)
streaming         321 drivers/media/usb/gspca/jl2005bcd.c 	while (gspca_dev->present && gspca_dev->streaming) {
streaming         263 drivers/media/usb/gspca/konica.c 	if (!gspca_dev->streaming)
streaming         375 drivers/media/usb/gspca/konica.c 	if (!gspca_dev->streaming)
streaming         537 drivers/media/usb/gspca/m5602/m5602_mt9m111.c 	if (!gspca_dev->streaming)
streaming         413 drivers/media/usb/gspca/m5602/m5602_ov7660.c 	if (!gspca_dev->streaming)
streaming         652 drivers/media/usb/gspca/m5602/m5602_ov9650.c 	if (gspca_dev->streaming)
streaming         720 drivers/media/usb/gspca/m5602/m5602_ov9650.c 	if (!gspca_dev->streaming)
streaming         558 drivers/media/usb/gspca/m5602/m5602_po1030.c 	if (!gspca_dev->streaming)
streaming         686 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 	if (!gspca_dev->streaming)
streaming         489 drivers/media/usb/gspca/m5602/m5602_s5k83a.c 	if (!gspca_dev->streaming)
streaming         159 drivers/media/usb/gspca/mars.c 	if (!gspca_dev->streaming)
streaming         890 drivers/media/usb/gspca/mr97310a.c 	if (!gspca_dev->streaming)
streaming        1970 drivers/media/usb/gspca/nw80x.c 	if (!gspca_dev->streaming)
streaming        4099 drivers/media/usb/gspca/ov519.c 	if (sd->gspca_dev.streaming)
streaming        4104 drivers/media/usb/gspca/ov519.c 	if (sd->gspca_dev.streaming)
streaming        4839 drivers/media/usb/gspca/ov519.c 	if (!gspca_dev->streaming)
streaming        1131 drivers/media/usb/gspca/ov534.c 		if (ctrl->val && sd->gain && gspca_dev->streaming)
streaming        1138 drivers/media/usb/gspca/ov534.c 		    gspca_dev->streaming)
streaming        1151 drivers/media/usb/gspca/ov534.c 	if (!gspca_dev->streaming)
streaming        1559 drivers/media/usb/gspca/ov534.c 	if (gspca_dev->streaming)
streaming        1707 drivers/media/usb/gspca/ov534_9.c 	if (!gspca_dev->streaming)
streaming         219 drivers/media/usb/gspca/pac207.c 	if (!gspca_dev->streaming)
streaming         589 drivers/media/usb/gspca/pac7302.c 	if (!gspca_dev->streaming)
streaming         374 drivers/media/usb/gspca/pac7311.c 	if (!gspca_dev->streaming)
streaming         623 drivers/media/usb/gspca/se401.c 	if (!gspca_dev->streaming)
streaming         261 drivers/media/usb/gspca/sn9c2028.c 	if (!gspca_dev->streaming)
streaming         283 drivers/media/usb/gspca/sn9c2028.c 	if (!gspca_dev->streaming)
streaming        1440 drivers/media/usb/gspca/sn9c20x.c 	if (gspca_dev->streaming)
streaming        1495 drivers/media/usb/gspca/sn9c20x.c 	if (gspca_dev->streaming)
streaming        1664 drivers/media/usb/gspca/sn9c20x.c 	if (!gspca_dev->streaming)
streaming         971 drivers/media/usb/gspca/sonixb.c 	if (!gspca_dev->streaming)
streaming        2812 drivers/media/usb/gspca/sonixj.c 	if (!gspca_dev->streaming)
streaming         344 drivers/media/usb/gspca/spca1528.c 	if (!gspca_dev->streaming)
streaming         886 drivers/media/usb/gspca/spca500.c 	if (!gspca_dev->streaming)
streaming        1940 drivers/media/usb/gspca/spca501.c 	if (!gspca_dev->streaming)
streaming         719 drivers/media/usb/gspca/spca505.c 	if (!gspca_dev->streaming)
streaming         513 drivers/media/usb/gspca/spca506.c 	if (!gspca_dev->streaming)
streaming        1452 drivers/media/usb/gspca/spca508.c 	if (!gspca_dev->streaming)
streaming         757 drivers/media/usb/gspca/spca561.c 	if (!gspca_dev->streaming)
streaming         220 drivers/media/usb/gspca/sq905.c 	while (gspca_dev->present && gspca_dev->streaming) {
streaming         138 drivers/media/usb/gspca/sq905c.c 	while (gspca_dev->present && gspca_dev->streaming) {
streaming        1072 drivers/media/usb/gspca/sq930x.c 	if (!gspca_dev->streaming)
streaming         348 drivers/media/usb/gspca/stk014.c 	if (!gspca_dev->streaming)
streaming         568 drivers/media/usb/gspca/stk1135.c 	if (!gspca_dev->streaming)
streaming          42 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 		if (!gspca_dev->streaming)
streaming          47 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 		if (!gspca_dev->streaming)
streaming         923 drivers/media/usb/gspca/sunplus.c 	if (!gspca_dev->streaming)
streaming         902 drivers/media/usb/gspca/t613.c 	if (!gspca_dev->streaming)
streaming        3980 drivers/media/usb/gspca/topro.c 	if (gspca_dev->streaming) {
streaming        4798 drivers/media/usb/gspca/topro.c 	if (gspca_dev->streaming)
streaming        4844 drivers/media/usb/gspca/topro.c 	if (!gspca_dev->streaming)
streaming         593 drivers/media/usb/gspca/touptek.c 	if (!gspca_dev->streaming)
streaming         286 drivers/media/usb/gspca/tv8532.c 	if (!gspca_dev->streaming)
streaming        3656 drivers/media/usb/gspca/vc032x.c 	if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY)
streaming         182 drivers/media/usb/gspca/vicam.c 	while (gspca_dev->present && gspca_dev->streaming) {
streaming        2964 drivers/media/usb/gspca/xirlink_cit.c 	if (!gspca_dev->streaming)
streaming        5958 drivers/media/usb/gspca/zc3xx.c 		if (!gspca_dev->present || !gspca_dev->streaming)
streaming        6347 drivers/media/usb/gspca/zc3xx.c 		if (ctrl->val && sd->exposure && gspca_dev->streaming)
streaming        6374 drivers/media/usb/gspca/zc3xx.c 		if (i >= 2 && gspca_dev->streaming &&
streaming        6382 drivers/media/usb/gspca/zc3xx.c 	if (!gspca_dev->streaming)
streaming        1177 drivers/media/usb/pwc/pwc-if.c 	if (pdev->vb_queue.streaming)
streaming        1278 drivers/media/usb/usbvision/usbvision-core.c 	if (usbvision->streaming == stream_interrupt) {
streaming        1279 drivers/media/usb/usbvision/usbvision-core.c 		usbvision->streaming = stream_idle;
streaming        1294 drivers/media/usb/usbvision/usbvision-core.c 	if (usbvision->streaming == stream_on) {
streaming        1833 drivers/media/usb/usbvision/usbvision-core.c 	usbvision->streaming = stream_interrupt;
streaming        1835 drivers/media/usb/usbvision/usbvision-core.c 				 (usbvision->streaming == stream_idle),
streaming        2327 drivers/media/usb/usbvision/usbvision-core.c 	usbvision->streaming = stream_idle;
streaming        2346 drivers/media/usb/usbvision/usbvision-core.c 	if ((usbvision->streaming == stream_off) || (usbvision->dev == NULL))
streaming        2363 drivers/media/usb/usbvision/usbvision-core.c 	usbvision->streaming = stream_off;
streaming         222 drivers/media/usb/usbvision/usbvision-video.c 		       YES_NO(usbvision->streaming == stream_on ? 1 : 0));
streaming         224 drivers/media/usb/usbvision/usbvision-video.c static DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL);
streaming         656 drivers/media/usb/usbvision/usbvision-video.c 	if (usbvision->streaming == stream_on) {
streaming         744 drivers/media/usb/usbvision/usbvision-video.c 		if (usbvision->streaming == stream_idle)
streaming         779 drivers/media/usb/usbvision/usbvision-video.c 	usbvision->streaming = stream_on;
streaming         793 drivers/media/usb/usbvision/usbvision-video.c 	if (usbvision->streaming == stream_on) {
streaming         868 drivers/media/usb/usbvision/usbvision-video.c 	if (usbvision->streaming == stream_on) {
streaming         910 drivers/media/usb/usbvision/usbvision-video.c 	if (usbvision->streaming != stream_on) {
streaming         912 drivers/media/usb/usbvision/usbvision-video.c 		usbvision->streaming = stream_on;
streaming        1531 drivers/media/usb/usbvision/usbvision-video.c 	usbvision->streaming = stream_off;
streaming         385 drivers/media/usb/usbvision/usbvision.h 	enum stream_state streaming;					/* Are we streaming Isochronous? */
streaming         442 drivers/media/usb/uvc/uvc_driver.c 	struct uvc_streaming *streaming, struct uvc_format *format,
streaming         445 drivers/media/usb/uvc/uvc_driver.c 	struct usb_interface *intf = streaming->intf;
streaming         718 drivers/media/usb/uvc/uvc_driver.c 	struct uvc_streaming *streaming = NULL;
streaming         745 drivers/media/usb/uvc/uvc_driver.c 	streaming = uvc_stream_new(dev, intf);
streaming         746 drivers/media/usb/uvc/uvc_driver.c 	if (streaming == NULL) {
streaming         787 drivers/media/usb/uvc/uvc_driver.c 		streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
streaming         792 drivers/media/usb/uvc/uvc_driver.c 		streaming->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
streaming         813 drivers/media/usb/uvc/uvc_driver.c 	streaming->header.bNumFormats = p;
streaming         814 drivers/media/usb/uvc/uvc_driver.c 	streaming->header.bEndpointAddress = buffer[6];
streaming         816 drivers/media/usb/uvc/uvc_driver.c 		streaming->header.bmInfo = buffer[7];
streaming         817 drivers/media/usb/uvc/uvc_driver.c 		streaming->header.bTerminalLink = buffer[8];
streaming         818 drivers/media/usb/uvc/uvc_driver.c 		streaming->header.bStillCaptureMethod = buffer[9];
streaming         819 drivers/media/usb/uvc/uvc_driver.c 		streaming->header.bTriggerSupport = buffer[10];
streaming         820 drivers/media/usb/uvc/uvc_driver.c 		streaming->header.bTriggerUsage = buffer[11];
streaming         822 drivers/media/usb/uvc/uvc_driver.c 		streaming->header.bTerminalLink = buffer[7];
streaming         824 drivers/media/usb/uvc/uvc_driver.c 	streaming->header.bControlSize = n;
streaming         826 drivers/media/usb/uvc/uvc_driver.c 	streaming->header.bmaControls = kmemdup(&buffer[size], p * n,
streaming         828 drivers/media/usb/uvc/uvc_driver.c 	if (streaming->header.bmaControls == NULL) {
streaming         901 drivers/media/usb/uvc/uvc_driver.c 	streaming->format = format;
streaming         902 drivers/media/usb/uvc/uvc_driver.c 	streaming->nformats = nformats;
streaming         912 drivers/media/usb/uvc/uvc_driver.c 			ret = uvc_parse_format(dev, streaming, format,
streaming         942 drivers/media/usb/uvc/uvc_driver.c 				streaming->header.bEndpointAddress);
streaming         948 drivers/media/usb/uvc/uvc_driver.c 		if (psize > streaming->maxpsize)
streaming         949 drivers/media/usb/uvc/uvc_driver.c 			streaming->maxpsize = psize;
streaming         952 drivers/media/usb/uvc/uvc_driver.c 	list_add_tail(&streaming->list, &dev->streams);
streaming         957 drivers/media/usb/uvc/uvc_driver.c 	uvc_stream_delete(streaming);
streaming        1919 drivers/media/usb/uvc/uvc_driver.c 		struct uvc_streaming *streaming;
streaming        1920 drivers/media/usb/uvc/uvc_driver.c 		streaming = list_entry(p, struct uvc_streaming, list);
streaming        1922 drivers/media/usb/uvc/uvc_driver.c 			streaming->intf);
streaming        1923 drivers/media/usb/uvc/uvc_driver.c 		uvc_stream_delete(streaming);
streaming         291 drivers/media/v4l2-core/v4l2-mem2mem.c 	if (!m2m_ctx->out_q_ctx.q.streaming
streaming         292 drivers/media/v4l2-core/v4l2-mem2mem.c 	    || !m2m_ctx->cap_q_ctx.q.streaming) {
streaming         626 drivers/media/v4l2-core/v4l2-mem2mem.c 	if ((!src_q->streaming || src_q->error ||
streaming         628 drivers/media/v4l2-core/v4l2-mem2mem.c 	    (!dst_q->streaming || dst_q->error ||
streaming         190 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming) {
streaming         237 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming || q->reading) {
streaming         267 drivers/media/v4l2-core/videobuf-core.c 	q->streaming = 0;
streaming         459 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming) {
streaming         611 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming) {
streaming         636 drivers/media/v4l2-core/videobuf-core.c 	if (!q->streaming) {
streaming         657 drivers/media/v4l2-core/videobuf-core.c 				!list_empty(&q->stream) || !q->streaming);
streaming         745 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming)
streaming         747 drivers/media/v4l2-core/videobuf-core.c 	q->streaming = 1;
streaming         764 drivers/media/v4l2-core/videobuf-core.c 	if (!q->streaming)
streaming        1035 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming)
streaming        1057 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming)
streaming        1127 drivers/media/v4l2-core/videobuf-core.c 	if (q->streaming) {
streaming          90 drivers/media/v4l2-core/videobuf-dma-contig.c 		if (q->streaming)
streaming          78 drivers/media/v4l2-core/videobuf-vmalloc.c 		if (q->streaming)
streaming        1293 drivers/net/wireless/ti/wlcore/debugfs.c 	struct dentry *streaming;
streaming        1317 drivers/net/wireless/ti/wlcore/debugfs.c 	streaming = debugfs_create_dir("rx_streaming", rootdir);
streaming        1319 drivers/net/wireless/ti/wlcore/debugfs.c 	DEBUGFS_ADD_PREFIX(rx_streaming, interval, streaming);
streaming        1320 drivers/net/wireless/ti/wlcore/debugfs.c 	DEBUGFS_ADD_PREFIX(rx_streaming, always, streaming);
streaming        1334 drivers/staging/media/ipu3/ipu3-css.c 	if (css->streaming)
streaming        1357 drivers/staging/media/ipu3/ipu3-css.c 	css->streaming = true;
streaming        1389 drivers/staging/media/ipu3/ipu3-css.c 	css->streaming = false;
streaming        1411 drivers/staging/media/ipu3/ipu3-css.c 	if (!css->streaming)
streaming        1434 drivers/staging/media/ipu3/ipu3-css.c 	css->streaming = false;
streaming        1463 drivers/staging/media/ipu3/ipu3-css.c 	return css->streaming;
streaming        1940 drivers/staging/media/ipu3/ipu3-css.c 	if (!css->streaming)
streaming        2018 drivers/staging/media/ipu3/ipu3-css.c 	if (!css->streaming)
streaming        2164 drivers/staging/media/ipu3/ipu3-css.c 	if (!css->streaming)
streaming         158 drivers/staging/media/ipu3/ipu3-css.h 	bool streaming;		/* true when streaming is enabled */
streaming         370 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (imgu->streaming)
streaming         471 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (imgu->streaming) {
streaming         503 drivers/staging/media/ipu3/ipu3-v4l2.c 		imgu->streaming = true;
streaming         536 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (imgu->streaming && imgu_all_nodes_streaming(imgu, node)) {
streaming         541 drivers/staging/media/ipu3/ipu3-v4l2.c 			imgu->streaming = false;
streaming        1356 drivers/staging/media/ipu3/ipu3-v4l2.c 	imgu->streaming = false;
streaming         128 drivers/staging/media/ipu3/ipu3.h 	bool streaming;		/* Public read only */
streaming        2158 drivers/usb/gadget/function/uvc_configfs.c 	struct config_item *streaming, *header;
streaming        2169 drivers/usb/gadget/function/uvc_configfs.c 	streaming = src->ci_parent->ci_parent;
streaming        2170 drivers/usb/gadget/function/uvc_configfs.c 	header = config_group_find_item(to_config_group(streaming), "header");
streaming        2174 drivers/usb/gadget/function/uvc_configfs.c 	opts = to_f_uvc_opts(streaming->ci_parent);
streaming        2232 drivers/usb/gadget/function/uvc_configfs.c 	struct config_item *streaming, *header;
streaming        2240 drivers/usb/gadget/function/uvc_configfs.c 	streaming = src->ci_parent->ci_parent;
streaming        2241 drivers/usb/gadget/function/uvc_configfs.c 	header = config_group_find_item(to_config_group(streaming), "header");
streaming        2245 drivers/usb/gadget/function/uvc_configfs.c 	opts = to_f_uvc_opts(streaming->ci_parent);
streaming         148 include/media/videobuf-core.h 	unsigned int               streaming:1;
streaming         596 include/media/videobuf2-core.h 	unsigned int			streaming:1;
streaming        1065 include/media/videobuf2-core.h 	return q->streaming;
streaming        1195 sound/pci/mixart/mixart.c 			u32 streaming = 100 * readl_be( MIXART_MEM( chip->mgr, MIXART_PSEUDOREG_PERF_STREAM_LOAD_OFFSET)) / ref;
streaming        1198 sound/pci/mixart/mixart.c 			snd_iprintf(buffer, "\tstreaming          : %d\n", streaming);
streaming         279 sound/soc/intel/skylake/bxt-sst.c 	else if (d0i3->streaming)
streaming         313 sound/soc/intel/skylake/bxt-sst.c 	msg.streaming = 0;
streaming         315 sound/soc/intel/skylake/bxt-sst.c 		msg.streaming = 1;
streaming         368 sound/soc/intel/skylake/bxt-sst.c 	msg.streaming = 0;
streaming         372 sound/soc/intel/skylake/bxt-sst.c 		msg.streaming = 1;
streaming        1054 sound/soc/intel/skylake/skl-sst-ipc.c 	header.extension |= IPC_D0IX_STREAMING(msg->streaming);
streaming          55 sound/soc/intel/skylake/skl-sst-ipc.h 	int streaming;
streaming          99 sound/soc/intel/skylake/skl-sst-ipc.h 	u8 streaming;
streaming          59 sound/soc/intel/skylake/skl-topology.c 		d0i3->streaming++;
streaming          78 sound/soc/intel/skylake/skl-topology.c 		d0i3->streaming--;
streaming          96 sound/usb/caiaq/audio.c 	if (cdev->streaming)
streaming         104 sound/usb/caiaq/audio.c 	cdev->streaming = 1;
streaming         112 sound/usb/caiaq/audio.c 			cdev->streaming = 0;
streaming         126 sound/usb/caiaq/audio.c 	if (!cdev->streaming)
streaming         129 sound/usb/caiaq/audio.c 	cdev->streaming = 0;
streaming         238 sound/usb/caiaq/audio.c 	if (cdev->streaming)
streaming         500 sound/usb/caiaq/audio.c 	if (!cdev->streaming)
streaming         634 sound/usb/caiaq/audio.c 	if (!cdev->streaming)
streaming          84 sound/usb/caiaq/device.h 	int streaming, first_packet, output_running;