Searched refs:wref (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 297 intel_wakeref_t wref, in __intel_runtime_pm_put() argument 302 untrack_intel_runtime_pm_wakeref(rpm, wref); in __intel_runtime_pm_put() 320 intel_runtime_pm_put_raw(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put_raw() argument 322 __intel_runtime_pm_put(rpm, wref, false); in intel_runtime_pm_put_raw() 352 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() argument 354 __intel_runtime_pm_put(rpm, wref, true); in intel_runtime_pm_put()
|
D | intel_runtime_pm.h | 204 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref); 207 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() argument 212 void intel_runtime_pm_put_raw(struct intel_runtime_pm *rpm, intel_wakeref_t wref);
|