Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.h94 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware);
H A Dcs35l56.c808 ret = wm_adsp_power_up(&cs35l56->dsp, true); in cs35l56_secure_patch()
851 ret = wm_adsp_power_up(&cs35l56->dsp, !!firmware_missing); in cs35l56_patch()
H A Dwm_adsp.c1006 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware) in wm_adsp_power_up() function
1033 EXPORT_SYMBOL_GPL(wm_adsp_power_up);
1047 wm_adsp_power_up(dsp, true); in wm_adsp_boot_work()