Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c509 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) in cs_dsp_init_debugfs() function
530 EXPORT_SYMBOL_NS_GPL(cs_dsp_init_debugfs, "FW_CS_DSP");
544 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) in cs_dsp_init_debugfs() function
547 EXPORT_SYMBOL_NS_GPL(cs_dsp_init_debugfs, "FW_CS_DSP");
/linux/sound/soc/codecs/
H A Dwm_adsp.c1132 cs_dsp_init_debugfs(&dsp->cs_dsp, component->debugfs_root); in wm_adsp2_component_probe()