Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/
Dsoc-pcm.c1100 if (fe->debugfs_dpcm_root) in dpcm_be_connect()
1102 fe->debugfs_dpcm_root, &dpcm->state); in dpcm_be_connect()
2816 rtd->debugfs_dpcm_root = debugfs_create_dir(rtd->dai_link->name, in soc_dpcm_debugfs_add()
2818 if (!rtd->debugfs_dpcm_root) { in soc_dpcm_debugfs_add()
2826 rtd->debugfs_dpcm_root, in soc_dpcm_debugfs_add()
/linux-4.1.27/include/sound/
Dsoc.h1162 struct dentry *debugfs_dpcm_root; member