Home
last modified time | relevance | path

Searched refs:post_run (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/firmware/cirrus/ !
Dcs_dsp.h205 int (*post_run)(struct cs_dsp *dsp); member
/linux-6.1.9/drivers/firmware/cirrus/ !
Dcs_dsp.c2687 if (dsp->client_ops->post_run) { in cs_dsp_run()
2688 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
/linux-6.1.9/sound/soc/codecs/ !
Dwm_adsp.c2046 .post_run = wm_adsp_event_post_run,