Searched refs:disable_core (Results 1 – 1 of 1) sorted by relevance
342 void (*disable_core)(struct cs_dsp *dsp); member2787 if (dsp->ops->disable_core) in cs_dsp_power_up()2788 dsp->ops->disable_core(dsp); in cs_dsp_power_up()2796 if (dsp->ops->disable_core) in cs_dsp_power_up()2797 dsp->ops->disable_core(dsp); in cs_dsp_power_up()2920 if (dsp->ops->disable_core) in cs_dsp_run()2921 dsp->ops->disable_core(dsp); in cs_dsp_run()2955 if (dsp->ops->disable_core) in cs_dsp_stop()2956 dsp->ops->disable_core(dsp); in cs_dsp_stop()3346 .disable_core = cs_dsp_adsp2_disable_core,[all …]