Searched refs:dss_debugfs_dir (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/video/omap2/dss/ |
D | core.c | 110 static struct dentry *dss_debugfs_dir; variable 114 dss_debugfs_dir = debugfs_create_dir("omapdss", NULL); in dss_initialize_debugfs() 115 if (IS_ERR(dss_debugfs_dir)) { in dss_initialize_debugfs() 116 int err = PTR_ERR(dss_debugfs_dir); in dss_initialize_debugfs() 117 dss_debugfs_dir = NULL; in dss_initialize_debugfs() 121 debugfs_create_file("clk", S_IRUGO, dss_debugfs_dir, in dss_initialize_debugfs() 125 debugfs_create_file("dispc_irq", S_IRUGO, dss_debugfs_dir, in dss_initialize_debugfs() 130 dsi_create_debugfs_files_irq(dss_debugfs_dir, &dss_debug_fops); in dss_initialize_debugfs() 133 debugfs_create_file("dss", S_IRUGO, dss_debugfs_dir, in dss_initialize_debugfs() 135 debugfs_create_file("dispc", S_IRUGO, dss_debugfs_dir, in dss_initialize_debugfs() [all …]
|