Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-pcm.c1147 if (fe->debugfs_dpcm_root) in dpcm_be_connect()
1149 fe->debugfs_dpcm_root, &dpcm->state); in dpcm_be_connect()
2898 rtd->debugfs_dpcm_root = debugfs_create_dir(rtd->dai_link->name, in soc_dpcm_debugfs_add()
2900 if (!rtd->debugfs_dpcm_root) { in soc_dpcm_debugfs_add()
2908 rtd->debugfs_dpcm_root, in soc_dpcm_debugfs_add()
/linux-4.4.14/include/sound/
Dsoc.h1201 struct dentry *debugfs_dpcm_root; member