Searched refs:dbgfs_root (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq-debugfs.c25 static struct dentry *dbgfs_root; variable in typeref:struct:dentry
180 dbgfs_root = debugfs_create_dir("s3c-cpufreq", NULL);
181 if (IS_ERR(dbgfs_root)) {
183 return PTR_ERR(dbgfs_root);
186 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root,
189 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root,
192 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/
H A Ddma.c51 static struct dentry *dbgfs_root, *dbgfs_state, **dbgfs_chan; variable in typeref:struct:dentry
237 dbgfs_root = debugfs_create_dir(DMA_DEBUG_NAME, NULL);
238 if (IS_ERR(dbgfs_root) || !dbgfs_root)
241 dbgfs_state = debugfs_create_file("state", 0400, dbgfs_root, NULL,
251 chandir = debugfs_create_dir("channels", dbgfs_root);
267 debugfs_remove_recursive(dbgfs_root);
274 debugfs_remove_recursive(dbgfs_root);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_spi.c106 static struct dentry *dbgfs_root; variable in typeref:struct:dentry
110 dbgfs_root = debugfs_create_dir(cfspi_spi_driver.driver.name, NULL);
115 debugfs_remove(dbgfs_root);
254 cfspi->dbgfs_dir = debugfs_create_dir(cfspi->pdev->name, dbgfs_root);

Completed in 102 milliseconds