dss_debugfs_dir   100 drivers/video/fbdev/omap2/omapfb/dss/core.c static struct dentry *dss_debugfs_dir;
dss_debugfs_dir   104 drivers/video/fbdev/omap2/omapfb/dss/core.c 	dss_debugfs_dir = debugfs_create_dir("omapdss", NULL);
dss_debugfs_dir   106 drivers/video/fbdev/omap2/omapfb/dss/core.c 	debugfs_create_file("clk", S_IRUGO, dss_debugfs_dir,
dss_debugfs_dir   112 drivers/video/fbdev/omap2/omapfb/dss/core.c 	debugfs_remove_recursive(dss_debugfs_dir);
dss_debugfs_dir   117 drivers/video/fbdev/omap2/omapfb/dss/core.c 	debugfs_create_file(name, S_IRUGO, dss_debugfs_dir, write, &dss_fops);