Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/firmware/cirrus/
Dcs_dsp.h235 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root);
/Linux-v6.1/drivers/firmware/cirrus/
Dcs_dsp.c465 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) in cs_dsp_init_debugfs() function
483 EXPORT_SYMBOL_GPL(cs_dsp_init_debugfs);
497 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) in cs_dsp_init_debugfs() function
500 EXPORT_SYMBOL_GPL(cs_dsp_init_debugfs);
/Linux-v6.1/sound/soc/codecs/
Dwm_adsp.c1089 cs_dsp_init_debugfs(&dsp->cs_dsp, component->debugfs_root); in wm_adsp2_component_probe()