Lines Matching refs:intel_gt
14 static inline bool intel_gt_pm_is_awake(const struct intel_gt *gt) in intel_gt_pm_is_awake()
19 static inline void intel_gt_pm_get(struct intel_gt *gt) in intel_gt_pm_get()
24 static inline void __intel_gt_pm_get(struct intel_gt *gt) in __intel_gt_pm_get()
29 static inline bool intel_gt_pm_get_if_awake(struct intel_gt *gt) in intel_gt_pm_get_if_awake()
34 static inline void intel_gt_pm_put(struct intel_gt *gt) in intel_gt_pm_put()
39 static inline void intel_gt_pm_put_async(struct intel_gt *gt) in intel_gt_pm_put_async()
44 static inline int intel_gt_pm_wait_for_idle(struct intel_gt *gt) in intel_gt_pm_wait_for_idle()
49 void intel_gt_pm_init_early(struct intel_gt *gt);
50 void intel_gt_pm_init(struct intel_gt *gt);
51 void intel_gt_pm_fini(struct intel_gt *gt);
53 void intel_gt_suspend_prepare(struct intel_gt *gt);
54 void intel_gt_suspend_late(struct intel_gt *gt);
55 int intel_gt_resume(struct intel_gt *gt);
57 void intel_gt_runtime_suspend(struct intel_gt *gt);
58 int intel_gt_runtime_resume(struct intel_gt *gt);
60 ktime_t intel_gt_get_awake_time(const struct intel_gt *gt);
62 static inline bool is_mock_gt(const struct intel_gt *gt) in is_mock_gt()