Searched refs:mali_debugfs_dir (Results 1 – 1 of 1) sorted by relevance
63 static struct dentry *mali_debugfs_dir = NULL; variable1006 struct dentry *mali_user_settings_dir = debugfs_create_dir("userspace_settings", mali_debugfs_dir); in mali_sysfs_user_settings_register()1197 mali_debugfs_dir = debugfs_create_dir(mali_dev_name, NULL); in mali_sysfs_register()1198 if (ERR_PTR(-ENODEV) == mali_debugfs_dir) { in mali_sysfs_register()1200 mali_debugfs_dir = NULL; in mali_sysfs_register()1202 if (NULL != mali_debugfs_dir) { in mali_sysfs_register()1210 debugfs_create_file("version", 0400, mali_debugfs_dir, NULL, &version_fops); in mali_sysfs_register()1212 mali_power_dir = debugfs_create_dir("power", mali_debugfs_dir); in mali_sysfs_register()1218 mali_gp_dir = debugfs_create_dir("gp", mali_debugfs_dir); in mali_sysfs_register()1241 mali_pp_dir = debugfs_create_dir("pp", mali_debugfs_dir); in mali_sysfs_register()[all …]