Lines Matching defs:gt
28 static void user_forcewake(struct intel_gt *gt, bool suspend) in user_forcewake()
47 static void runtime_begin(struct intel_gt *gt) in runtime_begin()
57 static void runtime_end(struct intel_gt *gt) in runtime_end()
71 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref); in __gt_unpark() local
104 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref); in __gt_park() local
135 void intel_gt_pm_init_early(struct intel_gt *gt) in intel_gt_pm_init_early()
148 void intel_gt_pm_init(struct intel_gt *gt) in intel_gt_pm_init()
159 static bool reset_engines(struct intel_gt *gt) in reset_engines()
167 static void gt_sanitize(struct intel_gt *gt, bool force) in gt_sanitize()
218 void intel_gt_pm_fini(struct intel_gt *gt) in intel_gt_pm_fini()
223 void intel_gt_resume_early(struct intel_gt *gt) in intel_gt_resume_early()
238 int intel_gt_resume(struct intel_gt *gt) in intel_gt_resume()
311 static void wait_for_suspend(struct intel_gt *gt) in wait_for_suspend()
328 void intel_gt_suspend_prepare(struct intel_gt *gt) in intel_gt_suspend_prepare()
344 void intel_gt_suspend_late(struct intel_gt *gt) in intel_gt_suspend_late()
382 void intel_gt_runtime_suspend(struct intel_gt *gt) in intel_gt_runtime_suspend()
390 int intel_gt_runtime_resume(struct intel_gt *gt) in intel_gt_runtime_resume()
406 static ktime_t __intel_gt_get_awake_time(const struct intel_gt *gt) in __intel_gt_get_awake_time()
417 ktime_t intel_gt_get_awake_time(const struct intel_gt *gt) in intel_gt_get_awake_time()