Home
last modified time | relevance | path

Searched refs:pre_run (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.h41 int (*pre_run)(struct wm_adsp *dsp); member
Dwm_adsp.c1064 if (!dsp->pre_run) in wm_adsp_pre_run()
1067 return (*dsp->pre_run)(dsp); in wm_adsp_pre_run()
2093 .pre_run = wm_adsp_pre_run,
/linux-6.12.1/include/linux/firmware/cirrus/
Dcs_dsp.h214 int (*pre_run)(struct cs_dsp *dsp); member
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c2847 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2848 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()