Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/firmware/cirrus/
Dcs_dsp.h208 void (*post_stop)(struct cs_dsp *dsp); member
/Linux-v6.6/drivers/firmware/cirrus/
Dcs_dsp.c2782 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2783 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.c2098 .post_stop = wm_adsp_event_post_stop,