Searched refs:streams (Results 76 - 100 of 222) sorted by relevance

123456789

/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys.h26 /* FW support max 16 streams */
117 * @streams_lock: serialise access to streams
118 * @streams: streams per firmware stream ID
140 struct ipu6_isys_stream streams[IPU6_ISYS_MAX_STREAMS]; member in struct:ipu6_isys
H A Dipu6-isys-video.c860 if (&stream->isys->streams[i] == stream) {
886 if (isys->streams_ref_count[i] && isys->streams[i].vc == vc &&
887 isys->streams[i].asd == asd) {
889 stream = &isys->streams[i];
898 stream = &isys->streams[i];
928 stream = &isys->streams[stream_handle];
956 if (isys->streams[i].stream_source == source &&
957 isys->streams[i].vc == vc) {
958 stream = &isys->streams[i];
1027 dev_dbg(dev, "disable streams
[all...]
/linux-master/sound/soc/sof/
H A Dpcm.c304 * not supported, no need to re-start streams that
317 * D0I3-compatible streams to keep the firmware pipeline running
552 if (!pcm->streams[stream].substream) {
557 snd_pcm_set_managed_buffer(pcm->streams[stream].substream,
574 if (!pcm->streams[stream].substream) {
579 snd_pcm_set_managed_buffer(pcm->streams[stream].substream,
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c372 return &sst_drv_ctx->streams[str_id];
381 if (pipe_id == sst_drv_ctx->streams[i].pipe_id)
H A Dsst.c308 struct stream_info *stream = &ctx->streams[i];
441 struct stream_info *stream = &ctx->streams[i];
557 struct stream_info *stream = &ctx->streams[i];
H A Dsst_ipc.c271 stream = &sst_drv_ctx->streams[str_id];
286 stream = &sst_drv_ctx->streams[str_id];
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c79 &solo_dev->snd_pcm->streams[SNDRV_PCM_STREAM_CAPTURE];
310 for (i = 0, ss = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
/linux-master/sound/soc/google/
H A Dchv3-i2s.c173 substream = rtd->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
181 substream = rtd->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
/linux-master/sound/drivers/
H A Dserial-generic.c305 snd_serial_generic_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT],
307 snd_serial_generic_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT],
H A Dportman2x4.c569 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams,
576 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams,
/linux-master/include/drm/
H A Di915_hdcp_interface.h84 * @k: No of streams transmitted on a port. Only on DP MST this is != 1
89 * @streams: struct hdcp2_streamid_type[k]. Defines the type and id for the
90 * streams
99 struct hdcp2_streamid_type *streams; member in struct:hdcp_port_data
539 struct hdcp2_streamid_type streams[]; member in struct:wired_cmd_repeater_auth_stream_req_in
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h117 struct dc_stream_state *streams[],
536 * @streams: Stream state properties
538 struct dc_stream_state *streams[MAX_PIPES]; member in struct:dc_state
554 * @stream_count: Total of streams in use
560 * @stream_count: Total phantom streams in use
/linux-master/sound/core/
H A Drawmidi.c311 struct snd_rawmidi_str *s = &rmidi->streams[stream];
359 rmidi->streams[substream->stream].substream_opened++;
566 rmidi->streams[substream->stream].substream_opened--;
668 pstr = &rmidi->streams[info->stream];
1715 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams,
1742 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams,
1833 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams);
1834 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams);
1849 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT],
1855 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPU
[all...]
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c926 int sid = master->streams[0].id;
1163 cmd.cfgi.sid = master->streams[i].id;
1690 node = smmu->streams.rb_node;
2008 cmd.atc.sid = master->streams[i].id;
2054 cmd.atc.sid = master->streams[i].id;
2424 u32 sid = master->streams[i].id;
2430 if (master->streams[j].id == sid)
2815 master->streams = kcalloc(fwspec->num_ids, sizeof(*master->streams),
2817 if (!master->streams)
[all...]
/linux-master/sound/pci/hda/
H A Dhda_proc.c187 unsigned int streams)
189 snd_iprintf(buffer, " formats [0x%x]:", streams & 0xf);
190 if (streams & AC_SUPFMT_PCM)
192 if (streams & AC_SUPFMT_FLOAT32)
194 if (streams & AC_SUPFMT_AC3)
186 print_pcm_formats(struct snd_info_buffer *buffer, unsigned int streams) argument
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c211 for (s = info->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; s; s = s->next)
315 info->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].chmap_kctl = NULL;
716 if (WARN_ON(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].chmap_kctl))
726 knew.count = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream_count;
736 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].chmap_kctl = info->kctl;
/linux-master/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c562 cmd_size = struct_size(verify_mprime_in, streams, data->k);
582 memcpy(verify_mprime_in->streams, data->streams,
583 array_size(data->k, sizeof(*data->streams)));
640 enable_auth_in.stream_type = data->streams[0].stream_type;
/linux-master/sound/soc/fsl/
H A Dfsl-asoc-card.c88 * @streams: Mask of current active streams
105 u8 streams; member in struct:fsl_asoc_card_priv
183 priv->streams |= BIT(substream->stream);
239 priv->streams &= ~BIT(substream->stream);
251 priv->streams &= ~BIT(substream->stream);
253 if (!priv->streams && codec_priv->pll_id >= 0 && codec_priv->fll_id >= 0) {
H A Dfsl_xcvr.c37 u8 streams; member in struct:fsl_xcvr
215 rtd->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count =
549 if (xcvr->streams & BIT(substream->stream)) {
578 xcvr->streams |= BIT(substream->stream);
602 xcvr->streams &= ~BIT(substream->stream);
605 if (!xcvr->streams) {
1373 * Clear interrupts, when streams starts or resumes after
H A Dfsl_ssi.c212 * @streams: Mask of current active streams: BIT(TX) and BIT(RX)
226 * @baudclk_streams: Active streams that are using baudclk
256 u8 streams; member in struct:fsl_ssi
400 * 1) For offline_config SoCs, enable all necessary bits of both streams
419 if (ssi->soc->offline_config && ssi->streams)
425 * both streams at once to avoid necessity of reconfigurations
473 ssi->streams |= BIT(dir);
479 * When both streams are active, disabling some bits for the current stream
504 * bits of both streams a
[all...]
/linux-master/sound/soc/
H A Dsoc-compress.c371 fe->pcm->streams[cstream->direction].substream;
628 be_pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd;
630 be_pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c63 * content_type for all streams in DP MST topology because security f/w doesn't
65 * all available streams with the content_type proivided at the time of port
69 * policy to mark different content_types for different streams.
103 data->streams[data->k].stream_id =
117 * Apply common protection level across all streams in DP MST Topology.
118 * Use highest supported content type for all streams in DP MST Topology.
121 data->streams[k].stream_type =
138 data->streams[0].stream_id = 0;
139 data->streams[0].stream_type = hdcp->content_type;
1635 msgs.stream_manage.streams[
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c507 bool dc_link_dp_dpia_validate(struct dc *dc, const struct dc_stream_state *streams, const unsigned int count) argument
509 return dc->link_srv->validate_dpia_bandwidth(streams, count);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1893 if (context == NULL || context->streams[0] == NULL)
1897 timing = &context->streams[0]->timing;
1929 if (context == NULL || context->streams[0] == NULL)
1933 timing = &context->streams[0]->timing;
1953 if (context == NULL || context->streams[0] == NULL)
1957 min_refresh_100hz = context->streams[0]->timing.min_refresh_in_uhz / 10000;
1970 if (context == NULL || context->streams[0] == NULL)
1973 if (context->streams[0]->sink->edid_caps.panel_patch.disable_fams)
1996 if (!context->streams[0]->allow_freesync)
1999 if (context->streams[
[all...]
/linux-master/sound/pci/oxygen/
H A Doxygen.h139 struct snd_pcm_substream *streams[PCM_COUNT]; member in struct:oxygen

Completed in 322 milliseconds

123456789