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

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/net/ethernet/ramips/
H A Dramips_debugfs.c17 static struct dentry *raeth_debugfs_root; variable in typeref:struct:dentry
101 raeth_debugfs_root);
113 if (raeth_debugfs_root)
116 raeth_debugfs_root = debugfs_create_dir("raeth", NULL);
117 if (!raeth_debugfs_root)
125 debugfs_remove(raeth_debugfs_root);
126 raeth_debugfs_root = NULL;

Completed in 74 milliseconds