Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Ddebugfs.c19 static struct dentry *rootdir; variable
139 d = debugfs_create_dir(opp_table->dentry_name, rootdir); in opp_list_debug_create_dir()
152 opp_dev->dentry = debugfs_create_symlink(name, rootdir, opp_table->dentry_name); in opp_list_debug_create_link()
188 dentry = debugfs_rename(rootdir, opp_dev->dentry, rootdir, opp_table->dentry_name); in opp_migrate_dentry()
265 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init()
267 debugfs_create_file("opp_summary", 0444, rootdir, &opp_tables, &opp_summary_fops); in opp_debug_init()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Denergy_model.c33 static struct dentry *rootdir; variable
74 d = debugfs_create_dir(dev_name(dev), rootdir); in em_debug_create_pd()
92 debug_dir = debugfs_lookup(dev_name(dev), rootdir); in em_debug_remove_pd()
99 rootdir = debugfs_create_dir("energy_model", NULL); in em_debug_init()
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk-pll.c1580 static int boost_debug_create_one(struct rockchip_clk_pll *pll, struct dentry *rootdir) in boost_debug_create_one() argument
1584 pdentry = debugfs_lookup(clk_hw_get_name(&pll->hw), rootdir); in boost_debug_create_one()
1608 struct dentry *rootdir; in boost_debug_init() local
1610 rootdir = debugfs_lookup("clk", NULL); in boost_debug_init()
1611 if (!rootdir) { in boost_debug_init()
1618 hlist_for_each_entry(pll, &clk_boost_list, debug_node) boost_debug_create_one(pll, rootdir); in boost_debug_init()

Completed in 7 milliseconds