Lines Matching refs:debugfs_files
44 struct drm_info_list *debugfs_files; member
807 static const struct drm_info_list debugfs_files[] = { variable
822 sor->debugfs_files = kmemdup(debugfs_files, sizeof(debugfs_files), in tegra_sor_debugfs_init()
824 if (!sor->debugfs_files) { in tegra_sor_debugfs_init()
829 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in tegra_sor_debugfs_init()
830 sor->debugfs_files[i].data = sor; in tegra_sor_debugfs_init()
832 err = drm_debugfs_create_files(sor->debugfs_files, in tegra_sor_debugfs_init()
833 ARRAY_SIZE(debugfs_files), in tegra_sor_debugfs_init()
848 kfree(sor->debugfs_files); in tegra_sor_debugfs_init()
849 sor->debugfs_files = NULL; in tegra_sor_debugfs_init()
858 drm_debugfs_remove_files(sor->debugfs_files, ARRAY_SIZE(debugfs_files), in tegra_sor_debugfs_exit()
862 kfree(sor->debugfs_files); in tegra_sor_debugfs_exit()
866 sor->debugfs_files = NULL; in tegra_sor_debugfs_exit()