Searched refs:stream_to_hdac_ext_stream (Results 1 – 5 of 5) sorted by relevance
44 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_apl_host_stream_setup()129 hext_stream = stream_to_hdac_ext_stream(s); in snd_hdac_ext_stream_free_all()428 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_ext_cstream_assign()
228 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get() 306 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_put() 844 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_threaded_handler() 1055 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get_position() 1066 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_stream_get_position() 1228 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
107 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_hw_params()181 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_trigger()
64 stream_to_hdac_ext_stream(hstream); in hda_link_stream_assign() 561 return stream_to_hdac_ext_stream(hstream); in hda_dspless_get_hext_stream()
71 #define stream_to_hdac_ext_stream(s) \ macro