Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwm_adsp.h131 void (*disable_core)(struct wm_adsp *dsp); member
Dwm_adsp.c3058 if (dsp->ops->disable_core) in wm_adsp_boot_work()
3059 dsp->ops->disable_core(dsp); in wm_adsp_boot_work()
3068 if (dsp->ops->disable_core) in wm_adsp_boot_work()
3069 dsp->ops->disable_core(dsp); in wm_adsp_boot_work()
3308 if (dsp->ops->disable_core) in wm_adsp_event()
3309 dsp->ops->disable_core(dsp); in wm_adsp_event()
3329 if (dsp->ops->disable_core) in wm_adsp_event()
3330 dsp->ops->disable_core(dsp); in wm_adsp_event()
4523 .disable_core = wm_adsp2_disable_core,
4543 .disable_core = wm_adsp2v2_disable_core,
[all …]
/Linux-v5.10/drivers/firmware/
Dqcom_scm.c93 goto disable_core; in qcom_scm_clk_enable()
103 disable_core: in qcom_scm_clk_enable()