Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
Ds3c24xx-cpufreq-debugfs.c26 static struct dentry *dbgfs_root; variable
181 dbgfs_root = debugfs_create_dir("s3c-cpufreq", NULL); in s3c_freq_debugfs_init()
182 if (IS_ERR(dbgfs_root)) { in s3c_freq_debugfs_init()
184 return PTR_ERR(dbgfs_root); in s3c_freq_debugfs_init()
187 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
190 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
193 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()