Searched refs:stream (Results 426 - 450 of 946) sorted by relevance

<<11121314151617181920>>

/linux-master/include/sound/sof/
H A Dinfo.h13 #include <sound/sof/stream.h>
/linux-master/sound/soc/fsl/
H A Dfsl_rpmsg.c71 if (!(rpmsg->mclk_streams & BIT(substream->stream))) {
78 rpmsg->mclk_streams |= BIT(substream->stream);
89 if (rpmsg->mclk_streams & BIT(substream->stream)) {
91 rpmsg->mclk_streams &= ~BIT(substream->stream);
H A Dmpc5200_psc_ac97.c154 if (substream->pstr->stream != SNDRV_PCM_STREAM_CAPTURE)
183 dev_dbg(psc_dma->dev, "AC97 START: stream=%i\n",
184 substream->pstr->stream);
192 dev_dbg(psc_dma->dev, "AC97 STOP: stream=%i\n",
193 substream->pstr->stream);
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c2 * ARM NEON and scalar accelerated ChaCha and XChaCha stream ciphers,
65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) argument
68 hchacha_block_generic(state, stream, nrounds);
71 hchacha_block_neon(state, stream, nrounds);
235 MODULE_DESCRIPTION("ChaCha and XChaCha stream ciphers (NEON accelerated)");
/linux-master/sound/soc/spear/
H A Dspdif_in.c71 if (substream->stream != SNDRV_PCM_STREAM_CAPTURE)
101 if (substream->stream != SNDRV_PCM_STREAM_CAPTURE)
117 if (substream->stream != SNDRV_PCM_STREAM_CAPTURE)
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_udp.c105 * stream. Set Assured.
109 bool stream = false; local
114 stream = (status & IPS_ASSURED) == 0;
124 if (stream && !test_and_set_bit(IPS_ASSURED_BIT, &ct->status))
199 stream. Extend timeout. */
/linux-master/sound/soc/loongson/
H A Dloongson_i2s.c34 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
46 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
98 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
/linux-master/sound/soc/dwc/
H A Ddwc-pcm.c203 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
214 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
234 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c148 bool etnaviv_cmd_validate_one(struct etnaviv_gpu *gpu, u32 *stream, argument
154 u32 *buf = stream;
160 state.start = stream;
/linux-master/sound/soc/pxa/
H A Dpxa2xx-ac97.c98 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
113 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
126 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
/linux-master/fs/afs/
H A Dwrite.c188 void afs_retry_request(struct netfs_io_request *wreq, struct netfs_io_stream *stream) argument
191 list_first_entry(&stream->subrequests,
203 stream->failed = true;
/linux-master/sound/soc/amd/acp/
H A Damd.h243 void config_pte_for_stream(struct acp_dev_data *adata, struct acp_stream *stream);
244 void config_acp_dma(struct acp_dev_data *adata, struct acp_stream *stream, int size);
249 struct acp_dev_data *adata, struct acp_stream *stream);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c391 if (!stream_env->stream)
395 && ia_css_stream_stop(stream_env->stream) != 0) {
396 dev_err(isp->dev, "stop stream failed.\n");
403 if (ia_css_stream_has_stopped(stream_env->stream))
407 dev_warn(isp->dev, "stop stream timeout.\n");
417 if (ia_css_stream_destroy(stream_env->stream)) {
418 dev_err(isp->dev, "destroy stream failed.\n");
422 stream_env->stream = NULL;
461 pipe_index, multi_pipes, &stream_env->stream) != 0)
463 if (ia_css_stream_get_info(stream_env->stream,
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1272 /* allocate HPO stream encoder and create VPG sub-block */
1688 phantom_stream = dc_state_create_phantom_stream(dc, context, ref_pipe->stream);
1690 /* stream has limited viewport and small timing */
1691 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing));
1692 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src));
1693 memcpy(&phantom_stream->dst, &ref_pipe->stream->dst, sizeof(phantom_stream->dst));
1698 dc_state_add_phantom_stream(dc, context, phantom_stream, ref_pipe->stream);
1703 * require a phantom pipe / stream
1714 // be a valid candidate for SubVP (i.e. has a plane, stream, doesn't
1724 // the phantom stream
1828 struct dc_stream_state *stream = NULL; local
2654 dcn32_acquire_idle_pipe_for_head_pipe_in_layer( struct dc_state *state, const struct resource_pool *pool, struct dc_stream_state *stream, const struct pipe_ctx *head_pipe) argument
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dt613.c90 const u8 stream[4]; member in struct:additional_sensor_data
155 .stream =
177 .stream =
199 .stream =
216 .stream = {0x0b, 0x04, 0x0a, 0x28},
655 reg_w_buf(gspca_dev, sensor->stream, sizeof sensor->stream);
792 reg_w_buf(gspca_dev, sensor->stream, sizeof sensor->stream);
793 reg_w_buf(gspca_dev, sensor->stream, sizeo
[all...]
/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c155 if (i2s_path->occupied[substream->stream])
156 i2s_path->occupied[substream->stream] = 0;
160 mt2701_afe_i2s_path_disable(afe, i2s_path, substream->stream);
163 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
164 mt2701_afe_i2s_path_disable(afe, i2s_path, !substream->stream);
243 if (i2s_path->occupied[substream->stream])
250 i2s_path->occupied[substream->stream] = 1;
253 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
254 mt2701_i2s_path_enable(afe, i2s_path, !substream->stream,
257 mt2701_i2s_path_enable(afe, i2s_path, substream->stream,
[all...]
/linux-master/sound/soc/ti/
H A Domap-mcbsp.c210 * @stream: Stream direction (playback/capture)
216 unsigned int stream)
220 if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
414 static void omap_mcbsp_start(struct omap_mcbsp *mcbsp, int stream) argument
416 int tx = (stream == SNDRV_PCM_STREAM_PLAYBACK);
473 static void omap_mcbsp_stop(struct omap_mcbsp *mcbsp, int stream) argument
475 int tx = (stream == SNDRV_PCM_STREAM_PLAYBACK);
745 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
798 * This applies only for the playback stream.
800 if (substream->stream
215 omap_mcbsp_dma_reg_params(struct omap_mcbsp *mcbsp, unsigned int stream) argument
[all...]
/linux-master/sound/soc/amd/raven/
H A Dacp3x-pcm-dma.c225 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
264 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
291 config_acp3x_dma(rtd, substream->stream);
307 bytescount = acp_get_byte_count(rtd, substream->stream);
337 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/linux-master/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c31 if (!pcm->chan[substream->stream])
34 return pcm->chan[substream->stream]->device->dev;
104 struct dma_chan *chan = pcm->chan[substream->stream];
152 struct dma_chan *chan = pcm->chan[substream->stream];
255 "Missing dma channel for stream: %d\n", i);
300 bool is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK;
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c66 const struct dc_stream_state *stream = context->streams[i]; local
68 if (stream->signal == SIGNAL_TYPE_HDMI_TYPE_A ||
69 stream->signal == SIGNAL_TYPE_DVI_SINGLE_LINK ||
70 stream->signal == SIGNAL_TYPE_DVI_DUAL_LINK)
94 if (pipe->stream->link->link_enc && pipe->stream->link->link_enc->funcs->is_dig_enabled &&
95 pipe->stream->link->link_enc->funcs->is_dig_enabled(pipe->stream->link->link_enc))
110 if (pipe->stream && (pipe->stream
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c388 /* disable video stream */
783 const struct dc_stream_state *stream)
789 if (stream->sink->edid_caps.panel_patch.skip_scdc_overwrite &&
793 switch (stream->signal) {
798 stream->link->connector_signal,
799 stream->signal,
800 &stream->timing);
805 &stream->timing,
806 &stream->sink->edid_caps,
807 stream
781 dcn10_link_encoder_validate_output_with_stream( struct link_encoder *enc, const struct dc_stream_state *stream) argument
[all...]
/linux-master/sound/soc/intel/avs/
H A Dcore.c107 /* Reset stream-to-link mapping */
231 static void hdac_stream_update_pos(struct hdac_stream *stream, u64 buffer_size) argument
235 div64_u64_rem(stream->curr_pos, buffer_size, &prev_pos);
236 pos = snd_hdac_stream_get_pos_posbuf(stream);
243 stream->curr_pos += num_bytes;
247 static void hdac_update_stream(struct hdac_bus *bus, struct hdac_stream *stream) argument
249 if (stream->substream) {
250 snd_pcm_period_elapsed(stream->substream);
251 } else if (stream->cstream) {
252 u64 buffer_size = stream
[all...]
/linux-master/sound/soc/sh/
H A Dsiu_pcm.c213 dev_dbg(dev, "%s: stream inactive\n", __func__);
217 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
309 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK) {
343 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK)
366 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK)
416 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK)
427 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK)
458 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK)
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c45 struct xdr_stream stream; local
57 /* set up xdr stream */
71 xdr_init_decode_pages(&stream, &buf, pdev->pages, pdev->pglen);
72 xdr_set_scratch_page(&stream, scratch);
75 p = xdr_inline_decode(&stream, 4);
84 &stream, gfp_flags);
96 p = xdr_inline_decode(&stream, 4);
111 p = xdr_inline_decode(&stream, 20);
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py132 self.assertContains('# Subtest: string-stream-test', result)
137 self.assertContains('ok 3 - string-stream-test', result)
371 stream = line_stream_from_strs(['hello', 'world'])
373 self.assertTrue(stream, msg='Should be more input')
374 self.assertEqual(stream.line_number(), 1)
375 self.assertEqual(stream.peek(), 'hello')
376 self.assertEqual(stream.pop(), 'hello')
378 self.assertTrue(stream, msg='Should be more input')
379 self.assertEqual(stream.line_number(), 2)
380 self.assertEqual(stream
[all...]

Completed in 590 milliseconds

<<11121314151617181920>>