Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.h131 void (*disable_core)(struct wm_adsp *dsp); member
Dwm_adsp.c3055 if (dsp->ops->disable_core) in wm_adsp_boot_work()
3056 dsp->ops->disable_core(dsp); in wm_adsp_boot_work()
3065 if (dsp->ops->disable_core) in wm_adsp_boot_work()
3066 dsp->ops->disable_core(dsp); in wm_adsp_boot_work()
3305 if (dsp->ops->disable_core) in wm_adsp_event()
3306 dsp->ops->disable_core(dsp); in wm_adsp_event()
3326 if (dsp->ops->disable_core) in wm_adsp_event()
3327 dsp->ops->disable_core(dsp); in wm_adsp_event()
4525 .disable_core = wm_adsp2_disable_core,
4545 .disable_core = wm_adsp2v2_disable_core,
[all …]
/Linux-v5.15/drivers/firmware/
Dqcom_scm.c93 goto disable_core; in qcom_scm_clk_enable()
103 disable_core: in qcom_scm_clk_enable()