Lines Matching refs:debugfs_files
178 struct drm_info_list *debugfs_files; member
983 static const struct drm_info_list debugfs_files[] = { variable
999 sor->debugfs_files = kmemdup(debugfs_files, sizeof(debugfs_files), in tegra_sor_debugfs_init()
1001 if (!sor->debugfs_files) { in tegra_sor_debugfs_init()
1006 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in tegra_sor_debugfs_init()
1007 sor->debugfs_files[i].data = sor; in tegra_sor_debugfs_init()
1009 err = drm_debugfs_create_files(sor->debugfs_files, in tegra_sor_debugfs_init()
1010 ARRAY_SIZE(debugfs_files), in tegra_sor_debugfs_init()
1020 kfree(sor->debugfs_files); in tegra_sor_debugfs_init()
1021 sor->debugfs_files = NULL; in tegra_sor_debugfs_init()
1030 drm_debugfs_remove_files(sor->debugfs_files, ARRAY_SIZE(debugfs_files), in tegra_sor_debugfs_exit()
1034 kfree(sor->debugfs_files); in tegra_sor_debugfs_exit()
1035 sor->debugfs_files = NULL; in tegra_sor_debugfs_exit()