intel_uc           15 drivers/gpu/drm/i915/gt/intel_gt.h static inline struct intel_gt *uc_to_gt(struct intel_uc *uc)
intel_uc           41 drivers/gpu/drm/i915/gt/intel_gt_types.h 	struct intel_uc uc;
intel_uc           34 drivers/gpu/drm/i915/gt/uc/intel_huc_fw.c 	struct intel_uc *uc = &gt->uc;
intel_uc           17 drivers/gpu/drm/i915/gt/uc/intel_uc.c static int __intel_uc_reset_hw(struct intel_uc *uc)
intel_uc           41 drivers/gpu/drm/i915/gt/uc/intel_uc.c static void __confirm_options(struct intel_uc *uc)
intel_uc           86 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_init_early(struct intel_uc *uc)
intel_uc           94 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_driver_late_release(struct intel_uc *uc)
intel_uc          105 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_init_mmio(struct intel_uc *uc)
intel_uc          110 drivers/gpu/drm/i915/gt/uc/intel_uc.c static void __uc_capture_load_err_log(struct intel_uc *uc)
intel_uc          118 drivers/gpu/drm/i915/gt/uc/intel_uc.c static void __uc_free_load_err_log(struct intel_uc *uc)
intel_uc          264 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_fetch_firmwares(struct intel_uc *uc)
intel_uc          280 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_cleanup_firmwares(struct intel_uc *uc)
intel_uc          291 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_init(struct intel_uc *uc)
intel_uc          313 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_fini(struct intel_uc *uc)
intel_uc          328 drivers/gpu/drm/i915/gt/uc/intel_uc.c static int __uc_sanitize(struct intel_uc *uc)
intel_uc          341 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_sanitize(struct intel_uc *uc)
intel_uc          350 drivers/gpu/drm/i915/gt/uc/intel_uc.c static int uc_init_wopcm(struct intel_uc *uc)
intel_uc          403 drivers/gpu/drm/i915/gt/uc/intel_uc.c static bool uc_is_wopcm_locked(struct intel_uc *uc)
intel_uc          412 drivers/gpu/drm/i915/gt/uc/intel_uc.c int intel_uc_init_hw(struct intel_uc *uc)
intel_uc          530 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_fini_hw(struct intel_uc *uc)
intel_uc          550 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_reset_prepare(struct intel_uc *uc)
intel_uc          561 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_runtime_suspend(struct intel_uc *uc)
intel_uc          576 drivers/gpu/drm/i915/gt/uc/intel_uc.c void intel_uc_suspend(struct intel_uc *uc)
intel_uc          588 drivers/gpu/drm/i915/gt/uc/intel_uc.c static int __uc_resume(struct intel_uc *uc, bool enable_communication)
intel_uc          611 drivers/gpu/drm/i915/gt/uc/intel_uc.c int intel_uc_resume(struct intel_uc *uc)
intel_uc          620 drivers/gpu/drm/i915/gt/uc/intel_uc.c int intel_uc_runtime_resume(struct intel_uc *uc)
intel_uc           21 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_init_early(struct intel_uc *uc);
intel_uc           22 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_driver_late_release(struct intel_uc *uc);
intel_uc           23 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_init_mmio(struct intel_uc *uc);
intel_uc           24 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_fetch_firmwares(struct intel_uc *uc);
intel_uc           25 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_cleanup_firmwares(struct intel_uc *uc);
intel_uc           26 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_sanitize(struct intel_uc *uc);
intel_uc           27 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_init(struct intel_uc *uc);
intel_uc           28 drivers/gpu/drm/i915/gt/uc/intel_uc.h int intel_uc_init_hw(struct intel_uc *uc);
intel_uc           29 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_fini_hw(struct intel_uc *uc);
intel_uc           30 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_fini(struct intel_uc *uc);
intel_uc           31 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_reset_prepare(struct intel_uc *uc);
intel_uc           32 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_suspend(struct intel_uc *uc);
intel_uc           33 drivers/gpu/drm/i915/gt/uc/intel_uc.h void intel_uc_runtime_suspend(struct intel_uc *uc);
intel_uc           34 drivers/gpu/drm/i915/gt/uc/intel_uc.h int intel_uc_resume(struct intel_uc *uc);
intel_uc           35 drivers/gpu/drm/i915/gt/uc/intel_uc.h int intel_uc_runtime_resume(struct intel_uc *uc);
intel_uc           37 drivers/gpu/drm/i915/gt/uc/intel_uc.h static inline bool intel_uc_supports_guc(struct intel_uc *uc)
intel_uc           42 drivers/gpu/drm/i915/gt/uc/intel_uc.h static inline bool intel_uc_uses_guc(struct intel_uc *uc)
intel_uc           47 drivers/gpu/drm/i915/gt/uc/intel_uc.h static inline bool intel_uc_supports_guc_submission(struct intel_uc *uc)
intel_uc           52 drivers/gpu/drm/i915/gt/uc/intel_uc.h static inline bool intel_uc_uses_guc_submission(struct intel_uc *uc)
intel_uc           57 drivers/gpu/drm/i915/gt/uc/intel_uc.h static inline bool intel_uc_supports_huc(struct intel_uc *uc)
intel_uc           62 drivers/gpu/drm/i915/gt/uc/intel_uc.h static inline bool intel_uc_uses_huc(struct intel_uc *uc)
intel_uc         1472 drivers/gpu/drm/i915/i915_gpu_error.c 	struct intel_uc *uc = &i915->gt.uc;