Home
last modified time | relevance | path

Searched refs:active_streams (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-dsp.c1078 unsigned int active_streams = 0; in hda_dsp_check_for_dma_streams() local
1087 active_streams |= BIT(s->index); in hda_dsp_check_for_dma_streams()
1090 return active_streams; in hda_dsp_check_for_dma_streams()
1125 unsigned int active_streams; in hda_dsp_shutdown_dma_flush() local
1129 active_streams = hda_dsp_check_for_dma_streams(sdev); in hda_dsp_shutdown_dma_flush()
1134 if (active_streams) { in hda_dsp_shutdown_dma_flush()
1137 active_streams); in hda_dsp_shutdown_dma_flush()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c115 return intel_dp->mst.active_streams; in intel_dp_mst_active_streams()
123 intel_dp->mst.active_streams, intel_dp->mst.active_streams - 1); in intel_dp_mst_dec_active_streams()
125 if (drm_WARN_ON(display->drm, intel_dp->mst.active_streams == 0)) in intel_dp_mst_dec_active_streams()
128 return --intel_dp->mst.active_streams == 0; in intel_dp_mst_dec_active_streams()
136 intel_dp->mst.active_streams, intel_dp->mst.active_streams + 1); in intel_dp_mst_inc_active_streams()
138 return intel_dp->mst.active_streams++ == 0; in intel_dp_mst_inc_active_streams()
H A Dintel_tc.c1557 int active_streams = 0; in tc_port_has_active_streams() local
1561 active_streams = intel_dp_mst_active_streams(&dig_port->dp); in tc_port_has_active_streams()
1564 active_streams = 1; in tc_port_has_active_streams()
1567 if (active_streams && !tc_phy_is_connected(tc, pll_type)) in tc_port_has_active_streams()
1570 tc->port_name, active_streams); in tc_port_has_active_streams()
1572 return active_streams; in tc_port_has_active_streams()
H A Dintel_display_types.h1779 int active_streams; member
/linux/sound/soc/sunxi/
H A Dsun8i-codec.c207 unsigned int active_streams : 2; member
323 if (aif->active_streams) in sun8i_codec_update_sample_rate()
821 aif->active_streams |= BIT(stream); in sun8i_codec_aif_event()
823 aif->active_streams &= ~BIT(stream); in sun8i_codec_aif_event()
/linux/sound/hda/codecs/
H A Dgeneric.h104 unsigned int active_streams; member
H A Dvia.c322 enable = is_aa_path_mute(codec) && !spec->gen.active_streams; in __analog_low_current_mode()
H A Dgeneric.c2253 if (spec->active_streams) { in indep_hp_put()
5340 spec->active_streams |= 1 << STREAM_MULTI_OUT; in playback_pcm_open()
5385 spec->active_streams &= ~(1 << STREAM_MULTI_OUT); in playback_pcm_close()
5441 spec->active_streams |= 1 << STREAM_INDEP_HP; in alt_playback_pcm_open()
5454 spec->active_streams &= ~(1 << STREAM_INDEP_HP); in alt_playback_pcm_close()