Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c100 static struct dentry *dss_debugfs_dir; variable
104 dss_debugfs_dir = debugfs_create_dir("omapdss", NULL); in dss_initialize_debugfs()
106 debugfs_create_file("clk", S_IRUGO, dss_debugfs_dir, in dss_initialize_debugfs()
112 debugfs_remove_recursive(dss_debugfs_dir); in dss_uninitialize_debugfs()
117 debugfs_create_file(name, S_IRUGO, dss_debugfs_dir, write, &dss_fops); in dss_debugfs_create_file()