Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.h40 int (*pre_run)(struct wm_adsp *dsp); member
Dwm_adsp.c1080 if (!dsp->pre_run) in wm_adsp_pre_run()
1083 return (*dsp->pre_run)(dsp); in wm_adsp_pre_run()
2096 .pre_run = wm_adsp_pre_run,
/Linux-v6.6/include/linux/firmware/cirrus/
Dcs_dsp.h205 int (*pre_run)(struct cs_dsp *dsp); member
/Linux-v6.6/drivers/firmware/cirrus/
Dcs_dsp.c2704 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2705 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()