Searched refs:gsc_uc (Results 1 – 3 of 3) sorted by relevance
29 void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc_uc, struct dentry *root) in intel_gsc_uc_debugfs_register() argument35 if (!intel_gsc_uc_is_supported(gsc_uc)) in intel_gsc_uc_debugfs_register()38 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gsc_uc); in intel_gsc_uc_debugfs_register()
94 uc_state_checkers(gsc, gsc_uc);
112 static inline struct intel_gt *gsc_uc_to_gt(struct intel_gsc_uc *gsc_uc) in gsc_uc_to_gt() argument114 return container_of(gsc_uc, struct intel_gt, uc.gsc); in gsc_uc_to_gt()