Searched refs:post_run (Results 1 – 3 of 3) sorted by relevance
206 int (*post_run)(struct cs_dsp *dsp); member
2731 if (dsp->client_ops->post_run) { in cs_dsp_run()2732 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2096 .post_run = wm_adsp_event_post_run,