Lines Matching refs:root
124 static void qcom_create_soc_sleep_stat_files(struct dentry *root, void __iomem *reg,
161 debugfs_create_file(stat_type, 0400, root, &d[i],
170 static void qcom_create_subsystem_stat_files(struct dentry *root,
179 debugfs_create_file(subsystems[i].name, 0400, root, (void *)&subsystems[i],
186 struct dentry *root;
207 root = debugfs_create_dir("qcom_stats", NULL);
209 qcom_create_subsystem_stat_files(root, config);
210 qcom_create_soc_sleep_stat_files(root, reg, d, config);
212 platform_set_drvdata(pdev, root);
221 struct dentry *root = platform_get_drvdata(pdev);
223 debugfs_remove_recursive(root);