Lines Matching defs:hext_stream
156 struct hdac_ext_stream *hext_stream,
159 struct hdac_stream *hstream = &hext_stream->hstream;
188 struct hdac_ext_stream *hext_stream = NULL;
196 hext_stream = stream_to_hdac_ext_stream(s);
197 hda_stream = container_of(hext_stream,
199 hext_stream);
212 if (!hext_stream) {
216 return hext_stream;
234 return hext_stream;
244 struct hdac_ext_stream *hext_stream;
256 hext_stream = stream_to_hdac_ext_stream(s);
257 hda_stream = container_of(hext_stream, struct sof_intel_hda_stream, hext_stream);
328 struct hdac_ext_stream *hext_stream, int cmd)
330 struct hdac_stream *hstream = &hext_stream->hstream;
414 int hda_dsp_iccmax_stream_hw_params(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream,
418 struct hdac_stream *hstream = &hext_stream->hstream;
423 if (!hext_stream) {
490 struct hdac_ext_stream *hext_stream,
502 if (!hext_stream) {
512 hstream = &hext_stream->hstream;
684 struct hdac_ext_stream *hext_stream = container_of(hstream,
699 if (!hext_stream->link_locked)
705 hda_dsp_stream_spib_config(sdev, hext_stream, HDA_DSP_SPIB_DISABLE, 0);
818 struct hdac_ext_stream *hext_stream;
883 hext_stream = &hda_stream->hext_stream;
886 hext_stream->pphc_addr = sdev->bar[HDA_DSP_PP_BAR] +
889 hext_stream->pplc_addr = sdev->bar[HDA_DSP_PP_BAR] +
894 hstream = &hext_stream->hstream;
947 struct hdac_ext_stream *hext_stream;
965 hext_stream = stream_to_hdac_ext_stream(s);
966 hda_stream = container_of(hext_stream, struct sof_intel_hda_stream,
967 hext_stream);
975 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
976 struct sof_intel_hda_stream *hda_stream = hstream_to_sof_hda_stream(hext_stream);