Searched refs:disable_core (Results 1 – 1 of 1) sorted by relevance
303 void (*disable_core)(struct cs_dsp *dsp); member2742 if (dsp->ops->disable_core) in cs_dsp_power_up()2743 dsp->ops->disable_core(dsp); in cs_dsp_power_up()2751 if (dsp->ops->disable_core) in cs_dsp_power_up()2752 dsp->ops->disable_core(dsp); in cs_dsp_power_up()2875 if (dsp->ops->disable_core) in cs_dsp_run()2876 dsp->ops->disable_core(dsp); in cs_dsp_run()2910 if (dsp->ops->disable_core) in cs_dsp_stop()2911 dsp->ops->disable_core(dsp); in cs_dsp_stop()3301 .disable_core = cs_dsp_adsp2_disable_core,[all …]