Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c79 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 …]
H A Dlnl.c56 return hdac_bus_offload_dmic_ssp(sof_to_bus(sdev)); in lnl_hda_dsp_probe()
67 return hdac_bus_offload_dmic_ssp(sof_to_bus(sdev)); in lnl_hda_dsp_resume()
78 return hdac_bus_offload_dmic_ssp(sof_to_bus(sdev)); in lnl_hda_dsp_runtime_resume()
148 struct hdac_bus *bus = sof_to_bus(sdev); in lnl_dsp_check_sdw_irq()
155 struct hdac_bus *bus = sof_to_bus(sdev); in lnl_enable_sdw_irq()
H A Dhda-bus.c71 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()
H A Dhda-stream.c64 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()
H A Dhda-ctrl.c60 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()
H A Dhda-dai-ops.c155 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()
H A Dhda.c216 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()
H A Dhda-dsp.c683 struct hdac_bus *bus = sof_to_bus(sdev); in hda_suspend()
800 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_resume()
866 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle()
901 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_suspend()
960 struct hdac_bus *bus = sof_to_bus(sdev); in hda_dsp_check_for_dma_streams()
H A Dhda-dai.c456 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()
H A Dhda.h539 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() function