Symbol: hdac_stream
include/sound/hda_register.h
357
snd_hdac_stream_get_pos_lpib(struct hdac_stream *stream)
include/sound/hda_register.h
363
snd_hdac_stream_get_pos_posbuf(struct hdac_stream *stream)
include/sound/hdaudio.h
28
struct hdac_stream;
include/sound/hdaudio.h
415
struct hdac_stream *));
include/sound/hdaudio.h
573
void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
include/sound/hdaudio.h
575
struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
include/sound/hdaudio.h
577
void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
578
void snd_hdac_stream_release(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
579
struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
include/sound/hdaudio.h
582
int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading);
include/sound/hdaudio.h
583
void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
584
int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
585
int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
include/sound/hdaudio.h
587
void snd_hdac_stream_start(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
588
void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
591
void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
592
void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
include/sound/hdaudio.h
594
void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
include/sound/hdaudio.h
596
void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
include/sound/hdaudio.h
604
struct hdac_stream *azx_dev, u32 value);
include/sound/hdaudio.h
607
int snd_hdac_stream_wait_drsm(struct hdac_stream *azx_dev);
include/sound/hdaudio.h
609
struct hdac_stream *azx_dev, u32 value);
include/sound/hdaudio.h
610
int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value);
include/sound/hdaudio.h
658
DEFINE_GUARD(snd_hdac_dsp_lock, struct hdac_stream *, snd_hdac_dsp_lock(_T), snd_hdac_dsp_unlock(_T))
include/sound/hdaudio.h
660
int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
include/sound/hdaudio.h
662
void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
include/sound/hdaudio.h
663
void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
include/sound/hdaudio.h
672
snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
include/sound/hdaudio.h
678
static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start)
include/sound/hdaudio.h
682
static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
include/sound/hdaudio_ext.h
48
struct hdac_stream hstream;
include/sound/hdaudio_ext.h
65
int (*host_setup)(struct hdac_stream *, bool);
include/trace/events/sof_intel.h
114
TP_PROTO(struct device *dev, struct hdac_stream *s, u32 status),
include/trace/events/sof_intel.h
91
struct hdac_stream *hstream,
sound/hda/common/controller.c
1003
struct hdac_stream *hstr = azx_stream(azx_dev);
sound/hda/common/controller.c
1047
static void stream_update(struct hdac_bus *bus, struct hdac_stream *s)
sound/hda/common/controller.c
117
struct hdac_stream *hdas = azx_stream(azx_dev);
sound/hda/common/controller.c
1300
struct hdac_stream *s;
sound/hda/common/controller.c
1303
s = list_first_entry(&bus->stream_list, struct hdac_stream, list);
sound/hda/common/controller.c
210
struct hdac_stream *hstr;
sound/hda/common/controller.c
46
struct hdac_stream *s;
sound/hda/common/controller.c
945
struct hdac_stream *s;
sound/hda/common/controller.c
961
struct hdac_stream *hstr;
sound/hda/common/hda_controller.h
58
struct hdac_stream core;
sound/hda/controllers/intel.c
781
struct hdac_stream *s;
sound/hda/core/controller.c
575
struct hdac_stream *azx_dev;
sound/hda/core/controller.c
588
struct hdac_stream *azx_dev;
sound/hda/core/controller.c
674
struct hdac_stream *))
sound/hda/core/controller.c
676
struct hdac_stream *azx_dev;
sound/hda/core/controller.c
705
struct hdac_stream *s;
sound/hda/core/controller.c
740
struct hdac_stream *s;
sound/hda/core/ext/stream.c
125
struct hdac_stream *s, *_s;
sound/hda/core/ext/stream.c
141
struct hdac_stream *hstream = &hext_stream->hstream;
sound/hda/core/ext/stream.c
236
struct hdac_stream *hstream = &hext_stream->hstream;
sound/hda/core/ext/stream.c
259
struct hdac_stream *hstream = NULL;
sound/hda/core/ext/stream.c
294
struct hdac_stream *hstream = NULL;
sound/hda/core/ext/stream.c
30
return hext_stream->host_setup(hdac_stream(hext_stream), code_loading);
sound/hda/core/ext/stream.c
346
struct hdac_stream *hstream = NULL;
sound/hda/core/ext/stream.c
42
static int snd_hdac_apl_host_stream_setup(struct hdac_stream *hstream, bool code_loading)
sound/hda/core/ext/stream.c
424
struct hdac_stream *hstream;
sound/hda/core/ext/stream.c
94
int (*setup_op)(struct hdac_stream *, bool);
sound/hda/core/stream.c
130
void snd_hdac_stream_start(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
167
static void snd_hdac_stream_clear(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
183
void snd_hdac_stream_stop(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
199
struct hdac_stream *stream;
sound/hda/core/stream.c
224
void snd_hdac_stream_reset(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
257
int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading)
sound/hda/core/stream.c
339
void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
361
struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
sound/hda/core/stream.c
364
struct hdac_stream *azx_dev;
sound/hda/core/stream.c
365
struct hdac_stream *res = NULL;
sound/hda/core/stream.c
403
void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
417
void snd_hdac_stream_release(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
434
struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
sound/hda/core/stream.c
437
struct hdac_stream *s;
sound/hda/core/stream.c
453
struct hdac_stream *azx_dev, __le32 **bdlp,
sound/hda/core/stream.c
501
static int snd_hdac_stream_setup_bdle(struct hdac_stream *azx_dev, struct snd_dma_buffer *dmab,
sound/hda/core/stream.c
569
int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
598
int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
sound/hda/core/stream.c
637
struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc);
sound/hda/core/stream.c
642
static void azx_timecounter_init(struct hdac_stream *azx_dev,
sound/hda/core/stream.c
681
void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
sound/hda/core/stream.c
686
struct hdac_stream *s;
sound/hda/core/stream.c
716
void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
sound/hda/core/stream.c
742
void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
sound/hda/core/stream.c
747
struct hdac_stream *s;
sound/hda/core/stream.c
813
struct hdac_stream *azx_dev, u32 value)
sound/hda/core/stream.c
857
int snd_hdac_stream_wait_drsm(struct hdac_stream *azx_dev)
sound/hda/core/stream.c
880
struct hdac_stream *azx_dev, u32 value)
sound/hda/core/stream.c
898
int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value)
sound/hda/core/stream.c
917
int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
sound/hda/core/stream.c
94
void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
sound/hda/core/stream.c
966
void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start)
sound/hda/core/stream.c
980
void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
sound/hda/core/trace.h
66
DECLARE_EVENT_CLASS(hdac_stream,
sound/hda/core/trace.h
67
TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
sound/hda/core/trace.h
82
DEFINE_EVENT(hdac_stream, snd_hdac_stream_start,
sound/hda/core/trace.h
83
TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
sound/hda/core/trace.h
87
DEFINE_EVENT(hdac_stream, snd_hdac_stream_stop,
sound/hda/core/trace.h
88
TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
sound/soc/codecs/hda-dai.c
76
struct hdac_stream *stream;
sound/soc/codecs/hdac_hda.c
199
struct hdac_stream *hstream;
sound/soc/codecs/hdac_hda.c
206
hstream = (struct hdac_stream *)stream;
sound/soc/codecs/hdac_hdmi.c
445
struct hdac_stream *hstream;
sound/soc/codecs/hdac_hdmi.c
450
hstream = (struct hdac_stream *)stream;
sound/soc/intel/avs/core.c
239
static void hdac_stream_update_pos(struct hdac_stream *stream, u64 buffer_size)
sound/soc/intel/avs/core.c
255
static void hdac_update_stream(struct hdac_bus *bus, struct hdac_stream *stream)
sound/soc/intel/avs/icl.c
163
ret = snd_hdac_dsp_prepare(hdac_stream(host_stream), sd_fmt, fw->size, &dmab);
sound/soc/intel/avs/icl.c
170
snd_hdac_stream_start(hdac_stream(host_stream));
sound/soc/intel/avs/icl.c
176
snd_hdac_stream_stop(hdac_stream(host_stream));
sound/soc/intel/avs/icl.c
179
snd_hdac_dsp_cleanup(hdac_stream(host_stream), &dmab);
sound/soc/intel/avs/loader.c
365
struct hdac_stream *hstream;
sound/soc/intel/avs/loader.c
377
hstream = hdac_stream(estream);
sound/soc/intel/avs/loader.c
433
struct hdac_stream *stream;
sound/soc/intel/avs/loader.c
445
stream = hdac_stream(estream);
sound/soc/intel/avs/pcm.c
1105
struct hdac_stream *hstream;
sound/soc/intel/avs/pcm.c
1110
hstream = hdac_stream(host_stream);
sound/soc/intel/avs/pcm.c
1111
bus = hdac_stream(host_stream)->bus;
sound/soc/intel/avs/pcm.c
1153
hdac_stream(host_stream)->lpib = snd_hdac_stream_get_pos_lpib(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
1318
return readl(hdac_stream(stream)->bus->remap_addr + AZX_REG_VS_SDXDPIB_XBASE +
sound/soc/intel/avs/pcm.c
1319
(AZX_REG_VS_SDXDPIB_XINTERVAL * hdac_stream(stream)->index));
sound/soc/intel/avs/pcm.c
1337
if (pos >= hdac_stream(host_stream)->bufsize)
sound/soc/intel/avs/pcm.c
423
hdac_stream(data->link_stream)->stream_tag - 1);
sound/soc/intel/avs/pcm.c
443
hdac_stream(link_stream)->stream_tag);
sound/soc/intel/avs/pcm.c
477
hdac_stream(link_stream)->stream_tag);
sound/soc/intel/avs/pcm.c
643
__func__, hdac_stream(host_stream)->stream_tag, substream);
sound/soc/intel/avs/pcm.c
675
hdac_stream(host_stream)->bufsize = 0;
sound/soc/intel/avs/pcm.c
676
hdac_stream(host_stream)->period_bytes = 0;
sound/soc/intel/avs/pcm.c
677
hdac_stream(host_stream)->format_val = 0;
sound/soc/intel/avs/pcm.c
687
hdac_stream(host_stream)->stream_tag - 1);
sound/soc/intel/avs/pcm.c
728
snd_hdac_stream_cleanup(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
729
hdac_stream(host_stream)->prepared = false;
sound/soc/intel/avs/pcm.c
759
hdac_stream(host_stream)->prepared = false;
sound/soc/intel/avs/pcm.c
760
if (hdac_stream(host_stream)->prepared)
sound/soc/intel/avs/pcm.c
763
bus = hdac_stream(host_stream)->bus;
sound/soc/intel/avs/pcm.c
765
snd_hdac_stream_reset(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
772
ret = snd_hdac_stream_set_params(hdac_stream(host_stream), format_val);
sound/soc/intel/avs/pcm.c
784
hdac_stream(host_stream)->prepared = true;
sound/soc/intel/avs/pcm.c
790
struct hdac_stream *first_running = NULL;
sound/soc/intel/avs/pcm.c
791
struct hdac_stream *pos;
sound/soc/intel/avs/pcm.c
807
if (hdac_stream(host_stream)->direction == SNDRV_PCM_STREAM_CAPTURE)
sound/soc/intel/avs/pcm.c
809
snd_hdac_stream_start(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
813
snd_hdac_stream_start(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
825
struct hdac_stream *first_running = NULL;
sound/soc/intel/avs/pcm.c
826
struct hdac_stream *pos;
sound/soc/intel/avs/pcm.c
830
if (pos == hdac_stream(host_stream))
sound/soc/intel/avs/pcm.c
844
snd_hdac_stream_stop(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
845
if (hdac_stream(host_stream)->direction == SNDRV_PCM_STREAM_CAPTURE)
sound/soc/intel/avs/pcm.c
858
snd_hdac_stream_stop(hdac_stream(host_stream));
sound/soc/intel/avs/pcm.c
872
bus = hdac_stream(host_stream)->bus;
sound/soc/intel/avs/pcm.c
887
snd_hdac_stream_wait_drsm(hdac_stream(host_stream));
sound/soc/intel/avs/probes.c
119
snd_hdac_stream_cleanup(hdac_stream(host_stream));
sound/soc/intel/avs/probes.c
120
hdac_stream(host_stream)->prepared = 0;
sound/soc/intel/avs/probes.c
138
hdac_stream(host_stream)->bufsize = 0;
sound/soc/intel/avs/probes.c
139
hdac_stream(host_stream)->period_bytes = 0;
sound/soc/intel/avs/probes.c
140
hdac_stream(host_stream)->format_val = 0;
sound/soc/intel/avs/probes.c
151
ret = snd_hdac_stream_set_params(hdac_stream(host_stream), format_val);
sound/soc/intel/avs/probes.c
154
ret = snd_hdac_stream_setup(hdac_stream(host_stream), false);
sound/soc/intel/avs/probes.c
158
hdac_stream(host_stream)->prepared = 1;
sound/soc/intel/avs/probes.c
168
node_id.vindex = hdac_stream(host_stream)->stream_tag - 1;
sound/soc/intel/avs/probes.c
191
if (!hdac_stream(host_stream)->prepared)
sound/soc/intel/avs/probes.c
199
snd_hdac_stream_start(hdac_stream(host_stream));
sound/soc/intel/avs/probes.c
207
snd_hdac_stream_stop(hdac_stream(host_stream));
sound/soc/intel/avs/probes.c
225
tstamp->copied_total = hdac_stream(host_stream)->curr_pos;
sound/soc/intel/avs/probes.c
81
hdac_stream(host_stream)->curr_pos = 0;
sound/soc/sof/intel/hda-ctrl.c
189
struct hdac_stream *stream;
sound/soc/sof/intel/hda-ctrl.c
278
struct hdac_stream *stream;
sound/soc/sof/intel/hda-dai-ops.c
181
struct hdac_stream *hstream)
sound/soc/sof/intel/hda-dai-ops.c
31
struct hdac_stream *fe_hstream;
sound/soc/sof/intel/hda-dai-ops.c
52
struct hdac_stream *hstream = NULL;
sound/soc/sof/intel/hda-dai-ops.c
559
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-dai.c
139
stream_tag = hdac_stream(hext_stream)->stream_tag;
sound/soc/sof/intel/hda-dai.c
171
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-dai.c
268
data->dai_data = hdac_stream(hext_stream)->stream_tag - 1;
sound/soc/sof/intel/hda-dai.c
385
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-dai.c
578
hdac_stream(hext_stream)->stream_tag,
sound/soc/sof/intel/hda-dai.c
655
struct hdac_stream *s;
sound/soc/sof/intel/hda-dai.c
679
w = snd_soc_dai_get_widget(cpu_dai, hdac_stream(hext_stream)->direction);
sound/soc/sof/intel/hda-dsp.c
1078
struct hdac_stream *s;
sound/soc/sof/intel/hda-ipc.c
410
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-ipc.c
433
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-loader.c
188
struct hdac_stream *hstream = &hext_stream->hstream;
sound/soc/sof/intel/hda-pcm.c
106
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-pcm.c
157
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-pcm.c
180
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-pcm.c
192
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-pcm.c
348
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-probes.c
122
tstamp->copied_total = hdac_stream(hext_stream)->curr_pos;
sound/soc/sof/intel/hda-probes.c
39
hdac_stream(hext_stream)->curr_pos = 0;
sound/soc/sof/intel/hda-probes.c
40
hdac_stream(hext_stream)->cstream = cstream;
sound/soc/sof/intel/hda-probes.c
43
*stream_id = hdac_stream(hext_stream)->stream_tag;
sound/soc/sof/intel/hda-probes.c
57
hdac_stream(hext_stream)->stream_tag);
sound/soc/sof/intel/hda-probes.c
63
hdac_stream(hext_stream)->cstream = NULL;
sound/soc/sof/intel/hda-probes.c
76
struct hdac_stream *hstream = hdac_stream(hext_stream);
sound/soc/sof/intel/hda-sdw-bpt.c
131
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-sdw-bpt.c
145
if (hdac_stream(bpt_stream)->direction == SNDRV_PCM_STREAM_PLAYBACK) {
sound/soc/sof/intel/hda-sdw-bpt.c
150
stream_tag = hdac_stream(bpt_stream)->stream_tag;
sound/soc/sof/intel/hda-sdw-bpt.c
162
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-sdw-bpt.c
173
if (hdac_stream(sdw_bpt_stream)->direction == SNDRV_PCM_STREAM_PLAYBACK) {
sound/soc/sof/intel/hda-sdw-bpt.c
178
stream_tag = hdac_stream(sdw_bpt_stream)->stream_tag;
sound/soc/sof/intel/hda-sdw-bpt.c
186
ret = chain_dma_trigger(sdev, hdac_stream(sdw_bpt_stream)->stream_tag,
sound/soc/sof/intel/hda-sdw-bpt.c
187
hdac_stream(sdw_bpt_stream)->direction,
sound/soc/sof/intel/hda-sdw-bpt.c
214
ret = chain_dma_trigger(sdev, hdac_stream(sdw_bpt_stream)->stream_tag,
sound/soc/sof/intel/hda-sdw-bpt.c
215
hdac_stream(sdw_bpt_stream)->direction,
sound/soc/sof/intel/hda-sdw-bpt.c
237
ret = chain_dma_trigger(sdev, hdac_stream(sdw_bpt_stream)->stream_tag,
sound/soc/sof/intel/hda-sdw-bpt.c
238
hdac_stream(sdw_bpt_stream)->direction,
sound/soc/sof/intel/hda-sdw-bpt.c
305
hdac_stream(*bpt_tx_stream)->stream_tag,
sound/soc/sof/intel/hda-sdw-bpt.c
316
hdac_stream(*bpt_rx_stream)->stream_tag,
sound/soc/sof/intel/hda-sdw-bpt.c
387
tx_position = hda_dsp_stream_get_position(hdac_stream(bpt_tx_stream),
sound/soc/sof/intel/hda-sdw-bpt.c
398
tx_position = hda_dsp_stream_get_position(hdac_stream(bpt_tx_stream),
sound/soc/sof/intel/hda-sdw-bpt.c
414
rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream),
sound/soc/sof/intel/hda-sdw-bpt.c
425
rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream),
sound/soc/sof/intel/hda-stream.c
1040
struct hdac_stream *s, *_s;
sound/soc/sof/intel/hda-stream.c
1067
snd_pcm_uframes_t hda_dsp_stream_get_position(struct hdac_stream *hstream,
sound/soc/sof/intel/hda-stream.c
114
struct hdac_stream *hstream)
sound/soc/sof/intel/hda-stream.c
1231
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-stream.c
1258
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-stream.c
1329
struct hdac_stream *hstream = hdac_stream(hext_stream);
sound/soc/sof/intel/hda-stream.c
191
struct hdac_stream *hstream = &hext_stream->hstream;
sound/soc/sof/intel/hda-stream.c
221
struct hdac_stream *s;
sound/soc/sof/intel/hda-stream.c
295
struct hdac_stream *s;
sound/soc/sof/intel/hda-stream.c
34
static inline const char *hda_hstream_direction_str(struct hdac_stream *hstream)
sound/soc/sof/intel/hda-stream.c
353
static int hda_dsp_stream_reset(struct snd_sof_dev *sdev, struct hdac_stream *hstream)
sound/soc/sof/intel/hda-stream.c
395
struct hdac_stream *hstream = &hext_stream->hstream;
sound/soc/sof/intel/hda-stream.c
42
static char *hda_hstream_dbg_get_stream_info_str(struct hdac_stream *hstream)
sound/soc/sof/intel/hda-stream.c
483
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-stream.c
565
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-stream.c
66
struct hdac_stream *hstream,
sound/soc/sof/intel/hda-stream.c
752
struct hdac_stream *hstream = substream->runtime->private_data;
sound/soc/sof/intel/hda-stream.c
804
hda_dsp_compr_bytes_transferred(struct hdac_stream *hstream, int direction)
sound/soc/sof/intel/hda-stream.c
823
struct hdac_stream *s;
sound/soc/sof/intel/hda-stream.c
903
struct hdac_stream *hstream;
sound/soc/sof/intel/hda-trace.c
26
struct hdac_stream *hstream = &hext_stream->hstream;
sound/soc/sof/intel/hda-trace.c
76
struct hdac_stream *hstream;
sound/soc/sof/intel/hda.h
1047
struct hdac_stream *hstream);
sound/soc/sof/intel/hda.h
682
struct hdac_stream *hstream);
sound/soc/sof/intel/hda.h
686
snd_pcm_uframes_t hda_dsp_stream_get_position(struct hdac_stream *hstream,