Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/sof/intel/
Dhda-codec.c69 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_jack_wake_enable()
197 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_probe_bus()
221 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_display_power()
232 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_init()
249 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()
211 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_put()
337 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_iccmax_stream_hw_params()
408 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_params()
614 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_free()
631 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_check_stream_irq()
705 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_threaded_handler()
751 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_init()
925 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_free()
Dhda-dsp.c342 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_wait_d0i3c_done()
374 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_update_d0i3c_register()
616 struct hdac_bus *bus = sof_to_bus(sdev); in hda_suspend()
669 struct hdac_bus *bus = sof_to_bus(sdev); in hda_resume()
730 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_resume()
801 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle()
834 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_suspend()
903 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.c445 struct hdac_bus *bus = sof_to_bus(sdev); in hda_ipc_irq_dump()
495 bus = sof_to_bus(sdev); in hda_init()
631 struct hdac_bus *bus = sof_to_bus(sdev); in hda_init_caps()
806 bus = sof_to_bus(sdev); in hda_dsp_probe()
916 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_remove()
972 struct hdac_bus *bus = sof_to_bus(sdev); in hda_generic_machine_select()
1056 struct hdac_bus *bus = sof_to_bus(sdev); in link_slaves_found()
Dhda-loader.c294 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_cl_boot_firmware_iccmax()
Dhda.h458 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() function