Searched refs:gsc_uc (Results 1 – 3 of 3) sorted by relevance
31 void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc_uc, struct dentry *root) in intel_gsc_uc_debugfs_register() argument38 if (!intel_gsc_uc_is_supported(gsc_uc)) in intel_gsc_uc_debugfs_register()41 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);
79 static inline struct intel_gt *gsc_uc_to_gt(struct intel_gsc_uc *gsc_uc) in gsc_uc_to_gt() argument81 return container_of(gsc_uc, struct intel_gt, uc.gsc); in gsc_uc_to_gt()