Home
last modified time | relevance | path

Searched refs:sof_to_bus (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/sound/soc/sof/intel/
Dhda-codec.c45 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_jack_wake_enable()
60 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_jack_check()
137 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_probe_bus()
162 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_get()
171 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_put()
180 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_init()
196 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_exit()
Dhda-dsp.c290 struct hdac_bus *bus = sof_to_bus(sdev); in hda_suspend()
338 struct hdac_bus *bus = sof_to_bus(sdev); in hda_resume()
394 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle()
413 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_suspend()
429 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_set_hw_params_upon_resume()
Dhda-stream.c34 struct hdac_bus *bus = sof_to_bus(sdev); in hda_setup_bdle()
157 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_get()
205 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_put()
325 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_params()
523 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_free()
630 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_init()
804 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_free()
Dhda-ctrl.c57 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_get_caps()
162 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_init_chip()
265 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_stop_chip()
Dhda.c210 struct hdac_bus *bus = sof_to_bus(sdev); in hda_ipc_irq_dump()
260 bus = sof_to_bus(sdev); in hda_init()
345 struct hdac_bus *bus = sof_to_bus(sdev); in hda_init_caps()
552 bus = sof_to_bus(sdev); in hda_dsp_probe()
682 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_remove()
Dhda-loader.c195 struct hdac_bus *bus = sof_to_bus(sdev); in get_stream_with_tag()
Dhda.h406 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() function