Symbol: azx_stream
sound/hda/codecs/hdmi/hdmi.c
1751
azx_stream(get_azx_dev(substream))->stripe = 0;
sound/hda/codecs/hdmi/hdmi.c
922
azx_stream(get_azx_dev(substream))->stripe = 1;
sound/hda/common/controller.c
1003
struct hdac_stream *hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
1056
snd_pcm_period_elapsed(azx_stream(azx_dev)->substream);
sound/hda/common/controller.c
117
struct hdac_stream *hdas = azx_stream(azx_dev);
sound/hda/common/controller.c
1271
snd_hdac_stream_init(azx_bus(chip), azx_stream(azx_dev), idx,
sound/hda/common/controller.c
146
snd_hdac_stream_cleanup(azx_stream(azx_dev));
sound/hda/common/controller.c
150
azx_stream(azx_dev)->prepared = 0;
sound/hda/common/controller.c
172
snd_hdac_stream_reset(azx_stream(azx_dev));
sound/hda/common/controller.c
183
err = snd_hdac_stream_set_params(azx_stream(azx_dev), format_val);
sound/hda/common/controller.c
187
snd_hdac_stream_setup(azx_stream(azx_dev), false);
sound/hda/common/controller.c
199
azx_stream(azx_dev)->prepared = 1;
sound/hda/common/controller.c
218
hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
260
snd_hdac_stream_start(azx_stream(azx_dev));
sound/hda/common/controller.c
262
snd_hdac_stream_stop(azx_stream(azx_dev));
sound/hda/common/controller.c
278
return snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));
sound/hda/common/controller.c
284
return snd_hdac_stream_get_pos_posbuf(azx_stream(azx_dev));
sound/hda/common/controller.c
36
#define guard_dsp_lock(dev) guard(snd_hdac_dsp_lock)(azx_stream(dev))
sound/hda/common/controller.c
40
#define dsp_is_locked(dev) snd_hdac_stream_is_locked(azx_stream(dev))
sound/hda/common/controller.c
57
snd_hdac_stream_release(azx_stream(azx_dev));
sound/hda/common/controller.c
966
hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
993
snd_hdac_dsp_trigger(azx_stream(azx_dev), start);
sound/hda/controllers/intel.c
823
link_pos = snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));
sound/hda/controllers/intel.c
836
fifo_size = azx_stream(azx_dev)->fifo_size;
sound/hda/controllers/intel.c
877
pos = snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));