Searched refs:stop_core (Results 1 – 2 of 2) sorted by relevance
134 void (*stop_core)(struct wm_adsp *dsp); member
3306 if (dsp->ops->stop_core) in wm_adsp_event()3307 dsp->ops->stop_core(dsp); in wm_adsp_event()3327 if (dsp->ops->stop_core) in wm_adsp_event()3328 dsp->ops->stop_core(dsp); in wm_adsp_event()4526 .stop_core = wm_adsp2_stop_core,4546 .stop_core = wm_adsp2_stop_core,4566 .stop_core = wm_adsp2_stop_core,4583 .stop_core = wm_halo_stop_core,