Lines Matching refs:hda_stream
158 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_get() local
168 hda_stream = container_of(stream, in hda_dsp_stream_get()
170 hda_stream); in hda_dsp_stream_get()
172 if (hda_stream->host_reserved) in hda_dsp_stream_get()
686 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_init() local
688 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
690 if (!hda_stream) in hda_dsp_stream_init()
693 hda_stream->sdev = sdev; in hda_dsp_stream_init()
695 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
741 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_init() local
743 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
745 if (!hda_stream) in hda_dsp_stream_init()
748 hda_stream->sdev = sdev; in hda_dsp_stream_init()
750 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
807 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_free() local
827 hda_stream = container_of(stream, struct sof_intel_hda_stream, in hda_dsp_stream_free()
828 hda_stream); in hda_dsp_stream_free()
829 devm_kfree(sdev->dev, hda_stream); in hda_dsp_stream_free()