dtrace_stream      25 sound/soc/sof/intel/hda-trace.c 	struct hdac_ext_stream *stream = hda->dtrace_stream;
dtrace_stream      45 sound/soc/sof/intel/hda-trace.c 	hda->dtrace_stream = hda_dsp_stream_get(sdev,
dtrace_stream      48 sound/soc/sof/intel/hda-trace.c 	if (!hda->dtrace_stream) {
dtrace_stream      54 sound/soc/sof/intel/hda-trace.c 	*stream_tag = hda->dtrace_stream->hstream.stream_tag;
dtrace_stream      64 sound/soc/sof/intel/hda-trace.c 		hda->dtrace_stream = NULL;
dtrace_stream      76 sound/soc/sof/intel/hda-trace.c 	if (hda->dtrace_stream) {
dtrace_stream      77 sound/soc/sof/intel/hda-trace.c 		hstream = &hda->dtrace_stream->hstream;
dtrace_stream      81 sound/soc/sof/intel/hda-trace.c 		hda->dtrace_stream = NULL;
dtrace_stream      93 sound/soc/sof/intel/hda-trace.c 	return hda_dsp_stream_trigger(sdev, hda->dtrace_stream, cmd);
dtrace_stream     392 sound/soc/sof/intel/hda.h 	struct hdac_ext_stream *dtrace_stream;