Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c117 return intel_dp->mst.active_streams; in intel_dp_mst_active_streams()
125 intel_dp->mst.active_streams, intel_dp->mst.active_streams - 1); in intel_dp_mst_dec_active_streams()
127 if (drm_WARN_ON(display->drm, intel_dp->mst.active_streams == 0)) in intel_dp_mst_dec_active_streams()
130 return --intel_dp->mst.active_streams == 0; in intel_dp_mst_dec_active_streams()
138 intel_dp->mst.active_streams, intel_dp->mst.active_streams + 1); in intel_dp_mst_inc_active_streams()
140 return intel_dp->mst.active_streams++ == 0; in intel_dp_mst_inc_active_streams()
/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.c2248 if (spec->active_streams) in indep_hp_put()
5314 spec->active_streams |= 1 << STREAM_MULTI_OUT;
5358 spec->active_streams &= ~(1 << STREAM_MULTI_OUT); in playback_pcm_cleanup()
5413 spec->active_streams |= 1 << STREAM_INDEP_HP; in capture_pcm_close()
5426 spec->active_streams &= ~(1 << STREAM_INDEP_HP); in alt_playback_pcm_open()