Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/firmware/cirrus/
Dcs_dsp.h236 void cs_dsp_cleanup_debugfs(struct cs_dsp *dsp);
/Linux-v6.1/drivers/firmware/cirrus/
Dcs_dsp.c489 void cs_dsp_cleanup_debugfs(struct cs_dsp *dsp) in cs_dsp_cleanup_debugfs() function
495 EXPORT_SYMBOL_GPL(cs_dsp_cleanup_debugfs);
502 void cs_dsp_cleanup_debugfs(struct cs_dsp *dsp) in cs_dsp_cleanup_debugfs() function
505 EXPORT_SYMBOL_GPL(cs_dsp_cleanup_debugfs);
/Linux-v6.1/sound/soc/codecs/
Dwm_adsp.c1099 cs_dsp_cleanup_debugfs(&dsp->cs_dsp); in wm_adsp2_component_remove()