Lines Matching defs:hda_stream
187 struct sof_intel_hda_stream *hda_stream;
197 hda_stream = container_of(hext_stream,
201 if (hda_stream->host_reserved)
219 hda_stream->flags = flags;
243 struct sof_intel_hda_stream *hda_stream;
257 hda_stream = container_of(hext_stream, struct sof_intel_hda_stream, hext_stream);
265 } else if (!(hda_stream->flags & SOF_HDA_STREAM_DMI_L1_COMPATIBLE)) {
874 struct sof_intel_hda_stream *hda_stream;
876 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream),
878 if (!hda_stream)
881 hda_stream->sdev = sdev;
883 hext_stream = &hda_stream->hext_stream;
948 struct sof_intel_hda_stream *hda_stream;
966 hda_stream = container_of(hext_stream, struct sof_intel_hda_stream,
968 devm_kfree(sdev->dev, hda_stream);
976 struct sof_intel_hda_stream *hda_stream = hstream_to_sof_hda_stream(hext_stream);
977 struct snd_sof_dev *sdev = hda_stream->sdev;