Lines Matching refs:hda_stream
161 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_get() local
171 hda_stream = container_of(stream, in hda_dsp_stream_get()
173 hda_stream); in hda_dsp_stream_get()
175 if (hda_stream->host_reserved) in hda_dsp_stream_get()
193 hda_stream->flags = flags; in hda_dsp_stream_get()
212 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_put() local
226 hda_stream = container_of(stream, struct sof_intel_hda_stream, hda_stream); in hda_dsp_stream_put()
234 } else if (!(hda_stream->flags & SOF_HDA_STREAM_DMI_L1_COMPATIBLE)) { in hda_dsp_stream_put()
807 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_init() local
809 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
811 if (!hda_stream) in hda_dsp_stream_init()
814 hda_stream->sdev = sdev; in hda_dsp_stream_init()
816 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
862 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_init() local
864 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
866 if (!hda_stream) in hda_dsp_stream_init()
869 hda_stream->sdev = sdev; in hda_dsp_stream_init()
871 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
928 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_free() local
948 hda_stream = container_of(stream, struct sof_intel_hda_stream, in hda_dsp_stream_free()
949 hda_stream); in hda_dsp_stream_free()
950 devm_kfree(sdev->dev, hda_stream); in hda_dsp_stream_free()