Symbol: hdac_ext_stream
drivers/soundwire/intel.h
65
struct hdac_ext_stream *bpt_tx_stream;
drivers/soundwire/intel.h
67
struct hdac_ext_stream *bpt_rx_stream;
include/sound/hda-sdw-bpt.h
14
struct hdac_ext_stream;
include/sound/hda-sdw-bpt.h
18
int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream,
include/sound/hda-sdw-bpt.h
20
u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream,
include/sound/hda-sdw-bpt.h
24
int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
include/sound/hda-sdw-bpt.h
25
struct hdac_ext_stream *bpt_rx_stream);
include/sound/hda-sdw-bpt.h
27
int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
include/sound/hda-sdw-bpt.h
28
struct hdac_ext_stream *bpt_rx_stream);
include/sound/hda-sdw-bpt.h
30
int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
include/sound/hda-sdw-bpt.h
31
struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream,
include/sound/hda-sdw-bpt.h
37
struct hdac_ext_stream **bpt_tx_stream,
include/sound/hda-sdw-bpt.h
39
u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream,
include/sound/hda-sdw-bpt.h
47
static inline int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
include/sound/hda-sdw-bpt.h
48
struct hdac_ext_stream *bpt_rx_stream)
include/sound/hda-sdw-bpt.h
54
static inline int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
include/sound/hda-sdw-bpt.h
55
struct hdac_ext_stream *bpt_rx_stream)
include/sound/hda-sdw-bpt.h
61
static inline int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
include/sound/hda-sdw-bpt.h
63
struct hdac_ext_stream *bpt_rx_stream,
include/sound/hdaudio_ext.h
72
container_of(s, struct hdac_ext_stream, hstream)
include/sound/hdaudio_ext.h
78
struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_bus *bus,
include/sound/hdaudio_ext.h
81
void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type);
include/sound/hdaudio_ext.h
82
struct hdac_ext_stream *snd_hdac_ext_cstream_assign(struct hdac_bus *bus,
include/sound/hdaudio_ext.h
85
struct hdac_ext_stream *hext_stream, bool decouple);
include/sound/hdaudio_ext.h
87
struct hdac_ext_stream *azx_dev, bool decouple);
include/sound/hdaudio_ext.h
89
void snd_hdac_ext_stream_start(struct hdac_ext_stream *hext_stream);
include/sound/hdaudio_ext.h
90
void snd_hdac_ext_stream_clear(struct hdac_ext_stream *hext_stream);
include/sound/hdaudio_ext.h
91
void snd_hdac_ext_stream_reset(struct hdac_ext_stream *hext_stream);
include/sound/hdaudio_ext.h
92
int snd_hdac_ext_stream_setup(struct hdac_ext_stream *hext_stream, int fmt);
include/sound/hdaudio_ext.h
93
int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading);
sound/hda/core/ext/stream.c
104
struct hdac_ext_stream *hext_stream = kzalloc_obj(*hext_stream);
sound/hda/core/ext/stream.c
126
struct hdac_ext_stream *hext_stream;
sound/hda/core/ext/stream.c
138
struct hdac_ext_stream *hext_stream,
sound/hda/core/ext/stream.c
163
struct hdac_ext_stream *hext_stream, bool decouple)
sound/hda/core/ext/stream.c
174
void snd_hdac_ext_stream_start(struct hdac_ext_stream *hext_stream)
sound/hda/core/ext/stream.c
185
void snd_hdac_ext_stream_clear(struct hdac_ext_stream *hext_stream)
sound/hda/core/ext/stream.c
195
void snd_hdac_ext_stream_reset(struct hdac_ext_stream *hext_stream)
sound/hda/core/ext/stream.c
234
int snd_hdac_ext_stream_setup(struct hdac_ext_stream *hext_stream, int fmt)
sound/hda/core/ext/stream.c
254
static struct hdac_ext_stream *
sound/hda/core/ext/stream.c
258
struct hdac_ext_stream *res = NULL;
sound/hda/core/ext/stream.c
268
struct hdac_ext_stream *hext_stream = container_of(hstream,
sound/hda/core/ext/stream.c
269
struct hdac_ext_stream,
sound/hda/core/ext/stream.c
28
int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading)
sound/hda/core/ext/stream.c
289
static struct hdac_ext_stream *
sound/hda/core/ext/stream.c
293
struct hdac_ext_stream *res = NULL;
sound/hda/core/ext/stream.c
303
struct hdac_ext_stream *hext_stream = container_of(hstream,
sound/hda/core/ext/stream.c
304
struct hdac_ext_stream,
sound/hda/core/ext/stream.c
341
struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_bus *bus,
sound/hda/core/ext/stream.c
345
struct hdac_ext_stream *hext_stream = NULL;
sound/hda/core/ext/stream.c
353
struct hdac_ext_stream,
sound/hda/core/ext/stream.c
376
void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type)
sound/hda/core/ext/stream.c
420
struct hdac_ext_stream *snd_hdac_ext_cstream_assign(struct hdac_bus *bus,
sound/hda/core/ext/stream.c
423
struct hdac_ext_stream *res = NULL;
sound/hda/core/ext/stream.c
428
struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
sound/hda/core/ext/stream.c
44
struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
sound/hda/core/ext/stream.c
66
struct hdac_ext_stream *hext_stream,
sound/soc/intel/avs/avs.h
171
struct hdac_ext_stream *extractor;
sound/soc/intel/avs/icl.c
135
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/loader.c
364
struct hdac_ext_stream *estream;
sound/soc/intel/avs/loader.c
432
struct hdac_ext_stream *estream;
sound/soc/intel/avs/pcm.c
1104
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
1147
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
1316
static unsigned int avs_hda_stream_dpib_read(struct hdac_ext_stream *stream)
sound/soc/intel/avs/pcm.c
1327
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
31
struct hdac_ext_stream *link_stream;
sound/soc/intel/avs/pcm.c
32
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
330
struct hdac_ext_stream *link_stream;
sound/soc/intel/avs/pcm.c
428
struct hdac_ext_stream *link_stream;
sound/soc/intel/avs/pcm.c
452
struct hdac_ext_stream *link_stream;
sound/soc/intel/avs/pcm.c
617
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
666
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
710
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
749
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/pcm.c
788
static void avs_hda_stream_start(struct hdac_bus *bus, struct hdac_ext_stream *host_stream)
sound/soc/intel/avs/pcm.c
823
static void avs_hda_stream_stop(struct hdac_bus *bus, struct hdac_ext_stream *host_stream)
sound/soc/intel/avs/pcm.c
865
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/probes.c
132
struct hdac_ext_stream *host_stream = avs_compr_get_host_stream(cstream);
sound/soc/intel/avs/probes.c
186
struct hdac_ext_stream *host_stream = avs_compr_get_host_stream(cstream);
sound/soc/intel/avs/probes.c
221
struct hdac_ext_stream *host_stream = avs_compr_get_host_stream(cstream);
sound/soc/intel/avs/probes.c
58
static inline struct hdac_ext_stream *avs_compr_get_host_stream(struct snd_compr_stream *cstream)
sound/soc/intel/avs/probes.c
67
struct hdac_ext_stream *host_stream;
sound/soc/intel/avs/probes.c
89
struct hdac_ext_stream *host_stream = avs_compr_get_host_stream(cstream);
sound/soc/sof/intel/hda-dai-ops.c
117
static struct hdac_ext_stream *hda_get_hext_stream(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda-dai-ops.c
124
static struct hdac_ext_stream *hda_ipc4_get_hext_stream(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda-dai-ops.c
144
static struct hdac_ext_stream *hda_assign_hext_stream(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda-dai-ops.c
148
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai-ops.c
162
struct hdac_ext_stream *hext_stream = hda_get_hext_stream(sdev, cpu_dai, substream);
sound/soc/sof/intel/hda-dai-ops.c
168
static void hda_setup_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda-dai-ops.c
174
static void hda_reset_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream)
sound/soc/sof/intel/hda-dai-ops.c
341
struct hdac_ext_stream *hext_stream = snd_soc_dai_get_dma_data(cpu_dai, substream);
sound/soc/sof/intel/hda-dai-ops.c
44
static struct hdac_ext_stream *
sound/soc/sof/intel/hda-dai-ops.c
51
struct hdac_ext_stream *res = NULL;
sound/soc/sof/intel/hda-dai-ops.c
555
static struct hdac_ext_stream *
sound/soc/sof/intel/hda-dai-ops.c
565
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda-dai-ops.c
63
struct hdac_ext_stream *hext_stream =
sound/soc/sof/intel/hda-dai.c
118
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda-dai.c
170
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai.c
225
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai.c
248
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai.c
291
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai.c
384
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai.c
507
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-dai.c
654
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-loader.c
185
int hda_cl_trigger(struct device *dev, struct hdac_ext_stream *hext_stream, int cmd)
sound/soc/sof/intel/hda-loader.c
219
bool persistent_buffer, struct hdac_ext_stream *hext_stream)
sound/soc/sof/intel/hda-loader.c
227
int hda_cl_copy_fw(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream)
sound/soc/sof/intel/hda-loader.c
278
struct hdac_ext_stream *iccmax_stream;
sound/soc/sof/intel/hda-loader.c
345
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-loader.c
489
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-loader.c
51
struct hdac_ext_stream*
sound/soc/sof/intel/hda-pcm.c
107
struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
sound/soc/sof/intel/hda-pcm.c
181
struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
sound/soc/sof/intel/hda-pcm.c
225
struct hdac_ext_stream *dsp_stream;
sound/soc/sof/intel/hda-probes.c
107
struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
sound/soc/sof/intel/hda-probes.c
118
struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
sound/soc/sof/intel/hda-probes.c
22
static inline struct hdac_ext_stream *
sound/soc/sof/intel/hda-probes.c
33
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-probes.c
52
struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
sound/soc/sof/intel/hda-probes.c
74
struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
sound/soc/sof/intel/hda-sdw-bpt.c
158
static int hda_sdw_bpt_dma_deprepare(struct device *dev, struct hdac_ext_stream *sdw_bpt_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
203
static int hda_sdw_bpt_dma_enable(struct device *dev, struct hdac_ext_stream *sdw_bpt_stream)
sound/soc/sof/intel/hda-sdw-bpt.c
229
static int hda_sdw_bpt_dma_disable(struct device *dev, struct hdac_ext_stream *sdw_bpt_stream)
sound/soc/sof/intel/hda-sdw-bpt.c
264
int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
266
u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
334
int hda_sdw_bpt_send_async(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
335
struct hdac_ext_stream *bpt_rx_stream)
sound/soc/sof/intel/hda-sdw-bpt.c
368
int hda_sdw_bpt_wait(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
369
struct hdac_ext_stream *bpt_rx_stream)
sound/soc/sof/intel/hda-sdw-bpt.c
450
int hda_sdw_bpt_close(struct device *dev, struct hdac_ext_stream *bpt_tx_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
451
struct snd_dma_buffer *dmab_tx_bdl, struct hdac_ext_stream *bpt_rx_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
93
static int hda_sdw_bpt_dma_prepare(struct device *dev, struct hdac_ext_stream **sdw_bpt_stream,
sound/soc/sof/intel/hda-sdw-bpt.c
98
struct hdac_ext_stream *bpt_stream;
sound/soc/sof/intel/hda-stream.c
1037
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-stream.c
1066
struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
sound/soc/sof/intel/hda-stream.c
1166
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-stream.c
1228
struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
sound/soc/sof/intel/hda-stream.c
1247
struct hdac_ext_stream *
sound/soc/sof/intel/hda-stream.c
1253
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-stream.c
1322
bool persistent_buffer, struct hdac_ext_stream *hext_stream, bool pair)
sound/soc/sof/intel/hda-stream.c
188
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda-stream.c
213
static struct hdac_ext_stream *
sound/soc/sof/intel/hda-stream.c
220
struct hdac_ext_stream *hext_stream = NULL;
sound/soc/sof/intel/hda-stream.c
274
struct hdac_ext_stream *
sound/soc/sof/intel/hda-stream.c
280
struct hdac_ext_stream *
sound/soc/sof/intel/hda-stream.c
293
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-stream.c
294
struct hdac_ext_stream *link_stream;
sound/soc/sof/intel/hda-stream.c
393
struct hdac_ext_stream *hext_stream, int cmd)
sound/soc/sof/intel/hda-stream.c
479
int hda_dsp_iccmax_stream_hw_params(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda-stream.c
555
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda-stream.c
749
struct hdac_ext_stream *hext_stream = container_of(hstream,
sound/soc/sof/intel/hda-stream.c
750
struct hdac_ext_stream,
sound/soc/sof/intel/hda-stream.c
842
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-stream.c
898
struct hdac_ext_stream *hext_stream;
sound/soc/sof/intel/hda-trace.c
25
struct hdac_ext_stream *hext_stream = hda->dtrace_stream;
sound/soc/sof/intel/hda.h
1028
struct hdac_ext_stream *(*get_hext_stream)(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda.h
1031
struct hdac_ext_stream *(*assign_hext_stream)(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda.h
1036
void (*setup_hext_stream)(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda.h
1038
void (*reset_hext_stream)(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_sream);
sound/soc/sof/intel/hda.h
518
struct hdac_ext_stream *dtrace_stream;
sound/soc/sof/intel/hda.h
578
struct hdac_ext_stream hext_stream;
sound/soc/sof/intel/hda.h
670
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda.h
674
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda.h
678
struct hdac_ext_stream *hext_stream, int cmd);
sound/soc/sof/intel/hda.h
695
struct hdac_ext_stream *
sound/soc/sof/intel/hda.h
697
struct hdac_ext_stream *
sound/soc/sof/intel/hda.h
702
struct hdac_ext_stream *hext_stream,
sound/soc/sof/intel/hda.h
733
int hda_cl_copy_fw(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream);
sound/soc/sof/intel/hda.h
735
struct hdac_ext_stream *hda_cl_prepare(struct device *dev, unsigned int format,
sound/soc/sof/intel/hda.h
739
int hda_cl_trigger(struct device *dev, struct hdac_ext_stream *hext_stream, int cmd);
sound/soc/sof/intel/hda.h
742
bool persistent_buffer, struct hdac_ext_stream *hext_stream);
sound/soc/sof/intel/hda.h
908
struct hdac_ext_stream *
sound/soc/sof/intel/hda.h
914
bool persistent_buffer, struct hdac_ext_stream *hext_stream, bool pair);