Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dwm_adsp.h41 int (*pre_run)(struct wm_adsp *dsp); member
H A 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.15/include/linux/firmware/cirrus/
H A Dcs_dsp.h214 int (*pre_run)(struct cs_dsp *dsp); member
/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_callbacks.c145 .pre_run = cs_dsp_test_pre_run_callback,
/linux-6.15/drivers/firmware/cirrus/
H A Dcs_dsp.c2837 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2838 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()