Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/firmware/cirrus/
Dcs_dsp.h217 void (*post_stop)(struct cs_dsp *dsp); member
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c2925 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2926 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c2095 .post_stop = wm_adsp_event_post_stop,