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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/
H A Dclock.c434 static struct dentry *clk_debugfs_root; variable in typeref:struct:dentry
445 d = debugfs_create_dir(s, pa ? pa->dent : clk_debugfs_root);
503 clk_debugfs_root = d;
512 debugfs_remove_recursive(clk_debugfs_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dclock.c434 static struct dentry *clk_debugfs_root; variable in typeref:struct:dentry
445 d = debugfs_create_dir(s, pa ? pa->dent : clk_debugfs_root);
503 clk_debugfs_root = d;
512 debugfs_remove_recursive(clk_debugfs_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-tegra/
H A Dclock.c319 static struct dentry *clk_debugfs_root; variable in typeref:struct:dentry
407 d = debugfs_create_dir(c->name, clk_debugfs_root);
469 clk_debugfs_root = d;
471 d = debugfs_create_file("clock_tree", S_IRUGO, clk_debugfs_root, NULL,
483 debugfs_remove_recursive(clk_debugfs_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dclock.c319 static struct dentry *clk_debugfs_root; variable in typeref:struct:dentry
407 d = debugfs_create_dir(c->name, clk_debugfs_root);
469 clk_debugfs_root = d;
471 d = debugfs_create_file("clock_tree", S_IRUGO, clk_debugfs_root, NULL,
483 debugfs_remove_recursive(clk_debugfs_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/
H A Dclk.c462 static struct dentry *clk_debugfs_root; variable in typeref:struct:dentry
475 d = debugfs_create_dir(s, pa ? pa->dentry : clk_debugfs_root);
533 clk_debugfs_root = d;
542 debugfs_remove_recursive(clk_debugfs_root);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/
H A Dclk.c462 static struct dentry *clk_debugfs_root; variable in typeref:struct:dentry
475 d = debugfs_create_dir(s, pa ? pa->dentry : clk_debugfs_root);
533 clk_debugfs_root = d;
542 debugfs_remove_recursive(clk_debugfs_root);

Completed in 144 milliseconds