Searched refs:streaming (Results 101 - 125 of 152) sorted by relevance

1234567

/linux-master/drivers/media/usb/gspca/
H A Dstk1135.c568 if (!gspca_dev->streaming)
H A Dtouptek.c593 if (!gspca_dev->streaming)
H A Dse401.c623 if (!gspca_dev->streaming)
H A Dsn9c20x.c1443 if (gspca_dev->streaming)
1498 if (gspca_dev->streaming)
1673 if (!gspca_dev->streaming)
H A Dsn9c2028.c261 if (!gspca_dev->streaming)
283 if (!gspca_dev->streaming)
H A Dcpia1.c1758 if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY)
1787 gspca_dev->streaming);
H A Dspca506.c513 if (!gspca_dev->streaming)
H A Dspca505.c719 if (!gspca_dev->streaming)
H A Detoms.c693 if (!gspca_dev->streaming)
H A Dmr97310a.c467 /* Stop streaming as we've started it only to probe the sensor type. */
889 if (!gspca_dev->streaming)
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c537 if (!gspca_dev->streaming)
H A Dm5602_po1030.c558 if (!gspca_dev->streaming)
H A Dm5602_s5k83a.c484 if (!gspca_dev->streaming)
H A Dm5602_s5k4aa.c686 if (!gspca_dev->streaming)
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860.c93 if (gspca_dev->streaming)
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h405 * @stream: UVC streaming context
544 struct uvc_status_streaming streaming; member in union:uvc_status::__anon200
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c414 if (asd->streaming) {
/linux-master/drivers/media/i2c/
H A Dhi846.c1170 struct mutex mutex; /* protect cur_mode, streaming and chip access */
1172 bool streaming; member in struct:hi846
1587 hi846->streaming = 1;
1589 dev_dbg(&client->dev, "%s: started streaming successfully\n", __func__);
1601 hi846->streaming = 0;
1728 if (hi846->streaming) {
H A Dds90ub960.c526 bool streaming; member in struct:ub960_data
2552 priv->streaming = i < UB960_MAX_NPORTS;
2567 if (!priv->streaming) {
2568 dev_dbg(dev, "Prepare for streaming\n");
2630 priv->streaming = true;
2769 if (which == V4L2_SUBDEV_FORMAT_ACTIVE && priv->streaming)
2879 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE && priv->streaming)
H A Dov5640.c467 bool streaming; member in struct:ov5640_dev
2963 if (sensor->streaming) {
3375 * the controls will be restored at start streaming time.
3647 if (sensor->streaming) {
3729 if (sensor->streaming == !enable) {
3749 sensor->streaming = enable;
/linux-master/sound/pci/mixart/
H A Dmixart.c361 request.data = &pipe->group_uid; /* the streaming group ! */
1193 u32 streaming = 100 * readl_be( MIXART_MEM( chip->mgr, MIXART_PSEUDOREG_PERF_STREAM_LOAD_OFFSET)) / ref; local
1196 snd_iprintf(buffer, "\tstreaming : %d\n", streaming);
/linux-master/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c758 * streaming apply all the current values to the hardware.
786 static int et8ek8_s_stream(struct v4l2_subdev *subdev, int streaming) argument
791 if (!streaming)
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c304 if (!m2m_ctx->out_q_ctx.q.streaming ||
305 (!m2m_ctx->cap_q_ctx.q.streaming && !m2m_ctx->ignore_cap_streaming)) {
676 * streaming.
694 /* If start streaming again, untag the last output buffer */
713 * if encoder/decoder is not yet streaming
784 * If the capture queue is streaming, but streaming hasn't started
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1483 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) {
2331 if (!ctx->vq_src.streaming)
/linux-master/drivers/media/usb/pwc/
H A Dpwc-if.c1106 /* And powerdown the camera until streaming starts */
1181 if (pdev->vb_queue.streaming)

Completed in 286 milliseconds

1234567