Searched refs:sof_to_bus (Results 1 – 10 of 10) sorted by relevance
79 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_jack_wake_enable()209 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_probe_bus()234 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_check_for_state_change()247 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_detect_mask()272 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_init_cmd_io()285 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_resume_cmd_io()299 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_stop_cmd_io()312 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_suspend_cmd_io()327 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_rirb_status_clear()340 struct hdac_bus *bus = sof_to_bus(sdev); in hda_codec_set_codec_wakeup()[all …]
55 return hdac_bus_offload_dmic_ssp(sof_to_bus(sdev)); in lnl_hda_dsp_probe()66 return hdac_bus_offload_dmic_ssp(sof_to_bus(sdev)); in lnl_hda_dsp_resume()77 return hdac_bus_offload_dmic_ssp(sof_to_bus(sdev)); in lnl_hda_dsp_runtime_resume()147 struct hdac_bus *bus = sof_to_bus(sdev); in lnl_dsp_check_sdw_irq()154 struct hdac_bus *bus = sof_to_bus(sdev); in lnl_enable_sdw_irq()
71 struct hdac_bus *bus = sof_to_bus(sdev); in sof_hda_bus_init()101 struct hdac_bus *bus = sof_to_bus(sdev); in sof_hda_bus_exit()
64 struct hdac_bus *bus = sof_to_bus(sdev); in hda_setup_bdle()186 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_get()242 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_put()495 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_params()694 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_hw_free()714 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_check_stream_irq()788 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_threaded_handler()817 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_init()945 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_stream_free()
60 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_get_caps()184 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_init_chip()261 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_ctrl_stop_chip()
155 hext_stream = hda_link_stream_assign(sof_to_bus(sdev), substream); in hda_assign_hext_stream()231 struct hdac_bus *bus = sof_to_bus(sdev); in hda_get_hlink()286 struct hdac_bus *bus = sof_to_bus(sdev); in ssp_get_hlink()294 struct hdac_bus *bus = sof_to_bus(sdev); in dmic_get_hlink()302 struct hdac_bus *bus = sof_to_bus(sdev); in sdw_get_hlink()
216 res.eml_lock = hdac_bus_eml_get_mutex(sof_to_bus(sdev), true, in hda_sdw_probe()237 res.hbus = sof_to_bus(sdev); in hda_sdw_probe()291 bus = sof_to_bus(sdev); in hda_sdw_check_lcount_ext()821 bus = sof_to_bus(sdev); in hda_init()998 struct hdac_bus *bus = sof_to_bus(sdev); in hda_init_caps()1187 bus = sof_to_bus(sdev); in hda_dsp_probe()1310 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_remove()1356 hda_bus_ml_free(sof_to_bus(sdev)); in hda_dsp_remove()1382 struct hdac_bus *bus = sof_to_bus(sdev); in hda_generic_machine_select()
683 struct hdac_bus *bus = sof_to_bus(sdev); in hda_suspend()790 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_resume()856 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle()891 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_suspend()950 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_check_for_dma_streams()
456 ret = hdac_bus_eml_sdw_map_stream_ch(sof_to_bus(sdev), link_id, cpu_dai->id, in sdw_hda_dai_hw_params()486 ret = hdac_bus_eml_sdw_map_stream_ch(sof_to_bus(sdev), link_id, cpu_dai->id, in sdw_hda_dai_hw_free()790 ret = hda_dai_suspend(sof_to_bus(sdev)); in hda_dsp_dais_suspend()
539 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() function