Lines Matching refs:uc
19 struct intel_uc *uc = m->private; in uc_usage_show() local
23 str_yes_no(intel_uc_supports_guc(uc)), in uc_usage_show()
24 str_yes_no(intel_uc_wants_guc(uc)), in uc_usage_show()
25 str_yes_no(intel_uc_uses_guc(uc))); in uc_usage_show()
27 str_yes_no(intel_uc_supports_huc(uc)), in uc_usage_show()
28 str_yes_no(intel_uc_wants_huc(uc)), in uc_usage_show()
29 str_yes_no(intel_uc_uses_huc(uc))); in uc_usage_show()
31 str_yes_no(intel_uc_supports_guc_submission(uc)), in uc_usage_show()
32 str_yes_no(intel_uc_wants_guc_submission(uc)), in uc_usage_show()
33 str_yes_no(intel_uc_uses_guc_submission(uc))); in uc_usage_show()
39 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register() argument
50 if (!intel_uc_supports_guc(uc)) in intel_uc_debugfs_register()
57 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), uc); in intel_uc_debugfs_register()
59 intel_guc_debugfs_register(&uc->guc, root); in intel_uc_debugfs_register()
60 intel_huc_debugfs_register(&uc->huc, root); in intel_uc_debugfs_register()