Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/intel/
Dhda-codec.c69 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_jack_wake_enable()
84 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_jack_check()
200 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_probe_bus()
224 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_display_power()
235 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_init()
252 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_exit()
Dhda-stream.c37 struct hdac_bus *bus = sof_to_bus(sdev); in hda_setup_bdle()
160 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_get()
208 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_put()
332 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_iccmax_stream_hw_params()
403 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_params()
609 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_free()
626 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_check_stream_irq()
700 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_threaded_handler()
746 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_init()
920 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_free()
Dhda-dsp.c335 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_wait_d0i3c_done()
367 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_update_d0i3c_register()
609 struct hdac_bus *bus = sof_to_bus(sdev); in hda_suspend()
662 struct hdac_bus *bus = sof_to_bus(sdev); in hda_resume()
716 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_resume()
789 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle()
818 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_suspend()
884 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_set_hw_params_upon_resume()
Dhda-ctrl.c65 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_get_caps()
187 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_init_chip()
304 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_stop_chip()
Dhda.c470 struct hdac_bus *bus = sof_to_bus(sdev); in hda_ipc_irq_dump()
520 bus = sof_to_bus(sdev); in hda_init()
607 struct hdac_bus *bus = sof_to_bus(sdev); in hda_init_caps()
795 bus = sof_to_bus(sdev); in hda_dsp_probe()
910 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_remove()
966 struct hdac_bus *bus = sof_to_bus(sdev); in hda_generic_machine_select()
1076 struct hdac_bus *bus = sof_to_bus(sdev); in link_slaves_found()
1122 struct hdac_bus *bus = sof_to_bus(sdev); in hda_sdw_machine_select()
Dhda-loader.c285 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_cl_boot_firmware_iccmax()
Dhda.h452 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() function