Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A 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()
199 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_probe_bus()
223 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_display_power()
234 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_init()
251 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_i915_exit()
H A 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()
H A 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()
725 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_resume()
798 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle()
831 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_suspend()
897 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_set_hw_params_upon_resume()
H A Dhda.c481 struct hdac_bus *bus = sof_to_bus(sdev); in hda_ipc_irq_dump()
531 bus = sof_to_bus(sdev); in hda_init()
618 struct hdac_bus *bus = sof_to_bus(sdev); in hda_init_caps()
795 bus = sof_to_bus(sdev); in hda_dsp_probe()
911 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_remove()
967 struct hdac_bus *bus = sof_to_bus(sdev); in hda_generic_machine_select()
1077 struct hdac_bus *bus = sof_to_bus(sdev); in link_slaves_found()
1123 struct hdac_bus *bus = sof_to_bus(sdev); in hda_sdw_machine_select()
H A 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()
H A Dhda-loader.c286 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_cl_boot_firmware_iccmax()
H A Dhda.h452 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() function