Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/firmware/cirrus/
Dcs_dsp.h207 void (*post_stop)(struct cs_dsp *dsp); member
/linux-6.1.9/drivers/firmware/cirrus/
Dcs_dsp.c2738 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2739 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
/linux-6.1.9/sound/soc/codecs/
Dwm_adsp.c2047 .post_stop = wm_adsp_event_post_stop,