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_might_get(struct intel_gt *gt) in intel_gt_pm_might_get()
39 static inline void intel_gt_pm_put(struct intel_gt *gt) in intel_gt_pm_put()
44 static inline void intel_gt_pm_put_async(struct intel_gt *gt) in intel_gt_pm_put_async()
49 static inline void intel_gt_pm_might_put(struct intel_gt *gt) in intel_gt_pm_might_put()
69 static inline int intel_gt_pm_wait_for_idle(struct intel_gt *gt) in intel_gt_pm_wait_for_idle()
74 void intel_gt_pm_init_early(struct intel_gt *gt);
75 void intel_gt_pm_init(struct intel_gt *gt);
76 void intel_gt_pm_fini(struct intel_gt *gt);
78 void intel_gt_suspend_prepare(struct intel_gt *gt);
79 void intel_gt_suspend_late(struct intel_gt *gt);
80 int intel_gt_resume(struct intel_gt *gt);
82 void intel_gt_runtime_suspend(struct intel_gt *gt);
83 int intel_gt_runtime_resume(struct intel_gt *gt);
85 ktime_t intel_gt_get_awake_time(const struct intel_gt *gt);
87 static inline bool is_mock_gt(const struct intel_gt *gt) in is_mock_gt()