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()
802 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_init() local
804 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
806 if (!hda_stream) in hda_dsp_stream_init()
809 hda_stream->sdev = sdev; in hda_dsp_stream_init()
811 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
857 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_init() local
859 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
861 if (!hda_stream) in hda_dsp_stream_init()
864 hda_stream->sdev = sdev; in hda_dsp_stream_init()
866 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
923 struct sof_intel_hda_stream *hda_stream; in hda_dsp_stream_free() local
943 hda_stream = container_of(stream, struct sof_intel_hda_stream, in hda_dsp_stream_free()
944 hda_stream); in hda_dsp_stream_free()
945 devm_kfree(sdev->dev, hda_stream); in hda_dsp_stream_free()