Home
last modified time | relevance | path

Searched refs:hdac_stream (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/sound/hda/
A Dhdac_stream.c195 struct hdac_stream *stream; in snd_hdac_stop_streams()
349 struct hdac_stream *azx_dev; in snd_hdac_stream_assign()
350 struct hdac_stream *res = NULL; in snd_hdac_stream_assign()
422 struct hdac_stream *s; in snd_hdac_get_stream()
438 struct hdac_stream *azx_dev, __le32 **bdlp, in setup_bdle()
606 struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc); in azx_cc_read()
654 struct hdac_stream *s; in snd_hdac_stream_timecounter_init()
713 struct hdac_stream *s; in snd_hdac_stream_sync()
780 struct hdac_stream *azx_dev, u32 value) in snd_hdac_stream_set_spib()
801 struct hdac_stream *azx_dev) in snd_hdac_stream_get_spbmaxfifo()
[all …]
A Dtrace.h66 DECLARE_EVENT_CLASS(hdac_stream,
67 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
82 DEFINE_EVENT(hdac_stream, snd_hdac_stream_start,
83 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
87 DEFINE_EVENT(hdac_stream, snd_hdac_stream_stop,
88 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev),
A Dhdac_controller.c471 struct hdac_stream *azx_dev; in azx_int_disable()
484 struct hdac_stream *azx_dev; in azx_int_clear()
570 struct hdac_stream *)) in snd_hdac_bus_handle_stream_irq() argument
572 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq()
601 struct hdac_stream *s; in snd_hdac_bus_alloc_stream_pages()
636 struct hdac_stream *s; in snd_hdac_bus_free_stream_pages()
A DMakefile3 hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o
/linux-6.3-rc2/include/sound/
A Dhdaudio.h26 struct hdac_stream;
406 struct hdac_stream *));
508 struct hdac_stream { struct
573 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
578 void snd_hdac_stream_start(struct hdac_stream *azx_dev);
579 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
582 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
595 struct hdac_stream *azx_dev, u32 value);
597 struct hdac_stream *azx_dev);
602 struct hdac_stream *azx_dev, u32 value);
[all …]
A Dhda_register.h317 snd_hdac_stream_get_pos_lpib(struct hdac_stream *stream) in snd_hdac_stream_get_pos_lpib()
323 snd_hdac_stream_get_pos_posbuf(struct hdac_stream *stream) in snd_hdac_stream_get_pos_posbuf()
A Dhdaudio_ext.h49 struct hdac_stream hstream;
66 #define hdac_stream(s) (&(s)->hstream) macro
/linux-6.3-rc2/sound/soc/intel/avs/
A Dprobes.c72 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open()
110 snd_hdac_stream_cleanup(hdac_stream(host_stream)); in avs_probe_compr_free()
111 hdac_stream(host_stream)->prepared = 0; in avs_probe_compr_free()
131 hdac_stream(host_stream)->bufsize = 0; in avs_probe_compr_set_params()
132 hdac_stream(host_stream)->period_bytes = 0; in avs_probe_compr_set_params()
133 hdac_stream(host_stream)->format_val = 0; in avs_probe_compr_set_params()
148 ret = snd_hdac_stream_setup(hdac_stream(host_stream)); in avs_probe_compr_set_params()
152 hdac_stream(host_stream)->prepared = 1; in avs_probe_compr_set_params()
185 if (!hdac_stream(host_stream)->prepared) in avs_probe_compr_trigger()
193 snd_hdac_stream_start(hdac_stream(host_stream)); in avs_probe_compr_trigger()
[all …]
A Dpcm.c520 hdac_stream(host_stream)->bufsize = 0; in avs_dai_fe_hw_params()
521 hdac_stream(host_stream)->period_bytes = 0; in avs_dai_fe_hw_params()
522 hdac_stream(host_stream)->format_val = 0; in avs_dai_fe_hw_params()
601 if (hdac_stream(host_stream)->prepared) in avs_dai_fe_prepare()
604 bus = hdac_stream(host_stream)->bus; in avs_dai_fe_prepare()
623 hdac_stream(host_stream)->prepared = true; in avs_dai_fe_prepare()
638 bus = hdac_stream(host_stream)->bus; in avs_dai_fe_trigger()
849 struct hdac_stream *hstream; in avs_dai_resume_fe_prepare()
854 hstream = hdac_stream(host_stream); in avs_dai_resume_fe_prepare()
855 bus = hdac_stream(host_stream)->bus; in avs_dai_resume_fe_prepare()
[all …]
A Dloader.c359 struct hdac_stream *hstream; in avs_hda_load_basefw()
371 hstream = hdac_stream(estream); in avs_hda_load_basefw()
426 struct hdac_stream *stream; in avs_hda_load_library()
438 stream = hdac_stream(estream); in avs_hda_load_library()
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-probes.c39 hdac_stream(hext_stream)->curr_pos = 0; in hda_probes_compr_startup()
40 hdac_stream(hext_stream)->cstream = cstream; in hda_probes_compr_startup()
43 *stream_id = hdac_stream(hext_stream)->stream_tag; in hda_probes_compr_startup()
57 hdac_stream(hext_stream)->stream_tag); in hda_probes_compr_shutdown()
63 hdac_stream(hext_stream)->cstream = NULL; in hda_probes_compr_shutdown()
76 struct hdac_stream *hstream = hdac_stream(hext_stream); in hda_probes_compr_set_params()
122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos; in hda_probes_compr_pointer()
A Dhda-stream.c61 struct hdac_stream *hstream, in hda_setup_bdle()
109 struct hdac_stream *hstream) in hda_dsp_stream_setup_bdl()
160 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_stream_spib_config()
188 struct hdac_stream *s; in hda_dsp_stream_get()
239 struct hdac_stream *s; in hda_dsp_stream_put()
322 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_stream_trigger()
401 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_iccmax_stream_hw_params()
479 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_stream_hw_params()
733 struct hdac_stream *s; in hda_dsp_stream_check()
798 struct hdac_stream *hstream; in hda_dsp_stream_init()
[all …]
A Dhda-pcm.c99 struct hdac_stream *hstream = substream->runtime->private_data; in hda_dsp_pcm_hw_params()
144 struct hdac_stream *hstream = substream->runtime->private_data; in hda_dsp_pcm_ack()
166 struct hdac_stream *hstream = substream->runtime->private_data; in hda_dsp_pcm_trigger()
177 struct hdac_stream *hstream = substream->runtime->private_data; in hda_dsp_pcm_pointer()
260 struct hdac_stream *hstream = substream->runtime->private_data; in hda_dsp_pcm_close()
A Dhda-dai.c49 struct hdac_stream *fe_hstream; in hda_check_fes()
71 struct hdac_stream *hstream = NULL; in hda_link_stream_assign()
143 struct hdac_stream *hstream = &hext_stream->hstream; in hda_link_dma_cleanup()
157 stream_tag = hdac_stream(hext_stream)->stream_tag; in hda_link_dma_cleanup()
174 struct hdac_stream *hstream = &hext_stream->hstream; in hda_link_dma_params()
233 snd_soc_dai_set_stream(codec_dai, hdac_stream(hext_stream), substream->stream); in hda_link_dma_hw_params()
329 stream_tag = hdac_stream(hext_stream)->stream_tag; in hda_dai_hw_params_update()
561 struct hdac_stream *s; in hda_dai_suspend()
590 ret = hda_dai_hw_free_ipc(hdac_stream(hext_stream)->direction, cpu_dai); in hda_dai_suspend()
A Dhda-trace.c26 struct hdac_stream *hstream = &hext_stream->hstream; in hda_dsp_trace_prepare()
75 struct hdac_stream *hstream; in hda_dsp_trace_release()
A Dhda-ctrl.c182 struct hdac_stream *stream; in hda_dsp_ctrl_init_chip()
256 struct hdac_stream *stream; in hda_dsp_ctrl_stop_chip()
A Dhda-ipc.c399 struct hdac_stream *hstream = substream->runtime->private_data; in hda_ipc_msg_data()
421 struct hdac_stream *hstream = substream->runtime->private_data; in hda_set_stream_data_offset()
A Dhda-loader.c51 struct hdac_stream *hstream; in hda_cl_stream_prepare()
225 struct hdac_stream *hstream = &hext_stream->hstream; in cl_trigger()
252 struct hdac_stream *hstream = &hext_stream->hstream; in hda_cl_cleanup()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-pcm.c65 struct hdac_stream *hstream = hdac_stream(stream); in get_bus_ctx()
76 hdac_stream(stream)->bufsize = 0; in skl_substream_alloc_pages()
128 struct hdac_stream *hstream; in skl_pcm_host_dma_prepare()
166 hdac_stream(stream)->prepared = 1; in skl_pcm_host_dma_prepare()
175 struct hdac_stream *hstream; in skl_pcm_link_dma_prepare()
424 struct hdac_stream *hstr; in skl_decoupled_trigger()
427 hstr = hdac_stream(stream); in skl_decoupled_trigger()
470 struct hdac_stream *hstream = hdac_stream(stream); in skl_pcm_trigger()
1092 struct hdac_stream *hstr; in skl_coupled_trigger()
1095 hstr = hdac_stream(stream); in skl_coupled_trigger()
[all …]
A Dskl-messages.c54 struct hdac_stream *stream = snd_hdac_get_stream(bus, in skl_dsp_setup_spib()
74 struct hdac_stream *stream; in skl_dsp_prepare()
89 stream = hdac_stream(estream); in skl_dsp_prepare()
104 struct hdac_stream *stream; in skl_dsp_trigger()
123 struct hdac_stream *stream; in skl_dsp_cleanup()
/linux-6.3-rc2/sound/hda/ext/
A Dhdac_ext_stream.c83 struct hdac_stream *s, *_s; in snd_hdac_ext_stream_free_all()
99 struct hdac_stream *hstream = &hext_stream->hstream; in snd_hdac_ext_stream_decouple_locked()
195 struct hdac_stream *hstream = &hext_stream->hstream; in snd_hdac_ext_stream_setup()
218 struct hdac_stream *hstream = NULL; in hdac_ext_link_dma_stream_assign()
254 struct hdac_stream *hstream = NULL; in hdac_ext_host_dma_stream_assign()
307 struct hdac_stream *hstream = NULL; in snd_hdac_ext_stream_assign()
385 struct hdac_stream *hstream; in snd_hdac_ext_cstream_assign()
/linux-6.3-rc2/include/trace/events/
A Dsof_intel.h91 struct hdac_stream *hstream,
114 TP_PROTO(struct device *dev, struct hdac_stream *s, u32 status),
/linux-6.3-rc2/sound/pci/hda/
A Dhda_controller.c42 struct hdac_stream *s; in azx_assign_device()
209 struct hdac_stream *hstr; in azx_pcm_trigger()
946 struct hdac_stream *s; in azx_get_dsp_loader_dev()
962 struct hdac_stream *hstr; in snd_hda_codec_load_dsp_prepare()
1005 struct hdac_stream *hstr = azx_stream(azx_dev); in snd_hda_codec_load_dsp_cleanup()
1050 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update()
1318 struct hdac_stream *s; in azx_free_streams()
1321 s = list_first_entry(&bus->stream_list, struct hdac_stream, list); in azx_free_streams()
A Dhda_controller.h57 struct hdac_stream core;
/linux-6.3-rc2/sound/soc/codecs/
A Dhda-dai.c76 struct hdac_stream *stream; in hda_codec_dai_prepare()

Completed in 38 milliseconds

12