Symbol: azx_stream
sound/hda/codecs/hdmi/hdmi.c
1747
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
1001
struct hdac_stream *hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
1054
snd_pcm_period_elapsed(azx_stream(azx_dev)->substream);
sound/hda/common/controller.c
115
struct hdac_stream *hdas = azx_stream(azx_dev);
sound/hda/common/controller.c
1303
snd_hdac_stream_init(azx_bus(chip), azx_stream(azx_dev),
sound/hda/common/controller.c
144
snd_hdac_stream_cleanup(azx_stream(azx_dev));
sound/hda/common/controller.c
148
azx_stream(azx_dev)->prepared = 0;
sound/hda/common/controller.c
170
snd_hdac_stream_reset(azx_stream(azx_dev));
sound/hda/common/controller.c
181
err = snd_hdac_stream_set_params(azx_stream(azx_dev), format_val);
sound/hda/common/controller.c
185
snd_hdac_stream_setup(azx_stream(azx_dev), false);
sound/hda/common/controller.c
197
azx_stream(azx_dev)->prepared = 1;
sound/hda/common/controller.c
216
hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
258
snd_hdac_stream_start(azx_stream(azx_dev));
sound/hda/common/controller.c
260
snd_hdac_stream_stop(azx_stream(azx_dev));
sound/hda/common/controller.c
276
return snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));
sound/hda/common/controller.c
282
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
964
hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
991
snd_hdac_dsp_trigger(azx_stream(azx_dev), start);
sound/hda/controllers/intel.c
812
link_pos = snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));
sound/hda/controllers/intel.c
825
fifo_size = azx_stream(azx_dev)->fifo_size;
sound/hda/controllers/intel.c
866
pos = snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));