Searched refs:post_run (Results 1 – 3 of 3) sorted by relevance
193 int (*post_run)(struct cs_dsp *dsp); member
2624 if (dsp->client_ops->post_run) { in cs_dsp_run()2625 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
1973 .post_run = wm_adsp_event_post_run,
Completed in 14 milliseconds