Searched refs:xe_runtime_pm (Results 1 – 2 of 2) sorted by relevance
13 #define intel_runtime_pm xe_runtime_pm23 static inline intel_wakeref_t intel_runtime_pm_get(struct xe_runtime_pm *pm) in intel_runtime_pm_get()30 static inline intel_wakeref_t intel_runtime_pm_get_if_in_use(struct xe_runtime_pm *pm) in intel_runtime_pm_get_if_in_use()37 static inline intel_wakeref_t intel_runtime_pm_get_noresume(struct xe_runtime_pm *pm) in intel_runtime_pm_get_noresume()45 static inline void intel_runtime_pm_put_unchecked(struct xe_runtime_pm *pm) in intel_runtime_pm_put_unchecked()52 static inline void intel_runtime_pm_put(struct xe_runtime_pm *pm, intel_wakeref_t wakeref) in intel_runtime_pm_put()
530 struct xe_runtime_pm {} runtime_pm; struct