Searched refs:dtrace_stream (Results 1 – 2 of 2) sorted by relevance
25 struct hdac_ext_stream *stream = hda->dtrace_stream; in hda_dsp_trace_prepare()45 hda->dtrace_stream = hda_dsp_stream_get(sdev, in hda_dsp_trace_init()48 if (!hda->dtrace_stream) { in hda_dsp_trace_init()54 *stream_tag = hda->dtrace_stream->hstream.stream_tag; in hda_dsp_trace_init()64 hda->dtrace_stream = NULL; in hda_dsp_trace_init()76 if (hda->dtrace_stream) { in hda_dsp_trace_release()77 hstream = &hda->dtrace_stream->hstream; in hda_dsp_trace_release()81 hda->dtrace_stream = NULL; in hda_dsp_trace_release()93 return hda_dsp_stream_trigger(sdev, hda->dtrace_stream, cmd); in hda_dsp_trace_trigger()
392 struct hdac_ext_stream *dtrace_stream; member