Home
last modified time | relevance | path

Searched refs:wm_adsp_power_up (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.h94 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware);
Dcs35l56.c658 ret = wm_adsp_power_up(&cs35l56->dsp, true); in cs35l56_secure_patch()
701 ret = wm_adsp_power_up(&cs35l56->dsp, !!firmware_missing); in cs35l56_patch()
Dwm_adsp.c1010 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware) in wm_adsp_power_up() function
1037 EXPORT_SYMBOL_GPL(wm_adsp_power_up);
1051 wm_adsp_power_up(dsp, true); in wm_adsp_boot_work()