Searched refs:disable_core (Results 1 – 1 of 1) sorted by relevance
346 void (*disable_core)(struct cs_dsp *dsp); member2831 if (dsp->ops->disable_core) in cs_dsp_power_up()2832 dsp->ops->disable_core(dsp); in cs_dsp_power_up()2841 if (dsp->ops->disable_core) in cs_dsp_power_up()2842 dsp->ops->disable_core(dsp); in cs_dsp_power_up()2965 if (dsp->ops->disable_core) in cs_dsp_run()2966 dsp->ops->disable_core(dsp); in cs_dsp_run()3000 if (dsp->ops->disable_core) in cs_dsp_stop()3001 dsp->ops->disable_core(dsp); in cs_dsp_stop()3391 .disable_core = cs_dsp_adsp2_disable_core,[all …]