Home
last modified time | relevance | path

Searched refs:jz4740_clock_debugfs (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/mips/jz4740/
Dclock-debugfs.c27 static struct dentry *jz4740_clock_debugfs; variable
69 if (!jz4740_clock_debugfs) in jz4740_clock_debugfs_add_clk()
72 clk->debugfs_entry = debugfs_create_dir(clk->name, jz4740_clock_debugfs); in jz4740_clock_debugfs_add_clk()
106 jz4740_clock_debugfs = debugfs_create_dir("jz4740-clock", NULL); in jz4740_clock_debugfs_init()
107 if (IS_ERR(jz4740_clock_debugfs)) in jz4740_clock_debugfs_init()
108 jz4740_clock_debugfs = NULL; in jz4740_clock_debugfs_init()