Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.h40 int (*pre_run)(struct wm_adsp *dsp); member
H A Dwm_adsp.c1076 if (!dsp->pre_run) in wm_adsp_pre_run()
1079 return (*dsp->pre_run)(dsp); in wm_adsp_pre_run()
2096 .pre_run = wm_adsp_pre_run,
/openbmc/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h205 int (*pre_run)(struct cs_dsp *dsp); member
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c2797 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2798 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()