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