Lines Matching defs:hda_stream
161 struct sof_intel_hda_stream *hda_stream;
171 hda_stream = container_of(stream,
173 hda_stream);
175 if (hda_stream->host_reserved)
802 struct sof_intel_hda_stream *hda_stream;
804 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream),
806 if (!hda_stream)
809 hda_stream->sdev = sdev;
811 stream = &hda_stream->hda_stream;
857 struct sof_intel_hda_stream *hda_stream;
859 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream),
861 if (!hda_stream)
864 hda_stream->sdev = sdev;
866 stream = &hda_stream->hda_stream;
923 struct sof_intel_hda_stream *hda_stream;
943 hda_stream = container_of(stream, struct sof_intel_hda_stream,
944 hda_stream);
945 devm_kfree(sdev->dev, hda_stream);