Searched refs:streaming (Results 126 - 150 of 152) sorted by relevance

1234567

/linux-master/drivers/media/usb/gspca/
H A Dsunplus.c927 if (!gspca_dev->streaming)
H A Dpac7302.c589 if (!gspca_dev->streaming)
H A Dspca561.c757 if (!gspca_dev->streaming)
H A Dspca500.c886 if (!gspca_dev->streaming)
H A Dspca508.c64 {0x0020, 0x8112}, /* Video drop enable, ISO streaming disable */
78 {0x0020, 0x8112}, /* Video drop enable, ISO streaming disable */
359 {0x0030, 0x8112}, /* Video drop enable, ISO streaming enable */
464 {0x0030, 0x8112}, /* Video drop enable, ISO streaming enable */
465 {0x0020, 0x8112}, /* Video drop enable, ISO streaming disable */
1452 if (!gspca_dev->streaming)
H A Dt613.c902 if (!gspca_dev->streaming)
H A Dsq930x.c1072 if (!gspca_dev->streaming)
H A Dov519.c2463 * registers while the camera is streaming */
4099 if (sd->gspca_dev.streaming)
4104 if (sd->gspca_dev.streaming)
4251 pressed while we weren't streaming */
4839 if (!gspca_dev->streaming)
H A Dconex.c873 if (!gspca_dev->streaming)
H A Dsonixb.c971 if (!gspca_dev->streaming)
H A Dov534_9.c1707 if (!gspca_dev->streaming)
H A Dzc3xx.c5958 if (!gspca_dev->present || !gspca_dev->streaming)
6347 if (ctrl->val && sd->exposure && gspca_dev->streaming)
6374 if (i >= 2 && gspca_dev->streaming &&
6382 if (!gspca_dev->streaming)
H A Dspca501.c1940 if (!gspca_dev->streaming)
H A Dxirlink_cit.c1423 /* Clear button events from while we were not streaming */
1915 /* model2 cannot change the backlight compensation while streaming */
2964 if (!gspca_dev->streaming)
H A Dsonixj.c2812 if (!gspca_dev->streaming)
H A Dnw80x.c1970 if (!gspca_dev->streaming)
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c1056 header.extension |= IPC_D0IX_STREAMING(msg->streaming);
H A Dskl-topology.c60 d0i3->streaming++;
79 d0i3->streaming--;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c998 * If audio was streaming, then we need to reenabled the audio
1001 if (vc4_hdmi->audio.streaming)
2404 vc4_hdmi->audio.streaming = true;
2435 vc4_hdmi->audio.streaming = false;
2473 vc4_hdmi->audio.streaming = false;
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c818 static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, unsigned streaming) argument
823 (void)streaming;
931 ZSTD_DCtx_trace_end(dctx, (U64)(op-ostart), (U64)(ip-istart), /* streaming */ 0);
1209 /* Stay on the same stage until we are finished streaming the block. */
1224 ZSTD_DCtx_trace_end(dctx, dctx->decodedSize, dctx->processedCSize, /* streaming */ 1);
1244 ZSTD_DCtx_trace_end(dctx, dctx->decodedSize, dctx->processedCSize, /* streaming */ 1);
/linux-master/drivers/media/i2c/
H A Dalvium-csi2.c598 * the reg, before it starts streaming.
1652 if (alvium->streaming)
1813 alvium->streaming = !!enable;
1991 * when power is up for streaming
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c656 /* FIXME: Suspend is not supported by sensors. Abort if streaming. */
658 if (isp->asd.streaming) {
H A Datomisp_compat_css20.c3066 /* isp needs to be streaming to get DIS statistics */
3067 if (!asd->streaming)
3196 if (!isp->asd.streaming)
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c436 dev_dbg(inst->dev->dev, "%s: capture is not streaming..", __func__);
1755 if (!m2m_ctx->cap_q_ctx.q.streaming) {
1756 dev_dbg(inst->dev->dev, "CAPTURE queue must be streaming to queue jobs!\n");
1836 * job_ready as soon as the OUTPUT queue is streaming, instead of
1837 * waiting until both the CAPTURE and OUTPUT queues are streaming.
H A Dwave5-vpu-enc.c1339 if (inst->state == VPU_INST_STATE_OPEN && m2m_ctx->cap_q_ctx.q.streaming) {

Completed in 280 milliseconds

1234567