Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-pcm.c1244 if (fe->debugfs_dpcm_root) in dpcm_be_connect()
1246 fe->debugfs_dpcm_root, &dpcm->state); in dpcm_be_connect()
3404 rtd->debugfs_dpcm_root = debugfs_create_dir(rtd->dai_link->name, in soc_dpcm_debugfs_add()
3406 if (!rtd->debugfs_dpcm_root) { in soc_dpcm_debugfs_add()
3413 debugfs_create_file("state", 0444, rtd->debugfs_dpcm_root, in soc_dpcm_debugfs_add()
/Linux-v4.19/include/sound/
Dsoc.h1144 struct dentry *debugfs_dpcm_root; member