Searched refs:wref (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/i915/ |
| A D | intel_runtime_pm.c | 299 intel_wakeref_t wref, in __intel_runtime_pm_put() argument 304 untrack_intel_runtime_pm_wakeref(rpm, wref); in __intel_runtime_pm_put() 322 intel_runtime_pm_put_raw(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put_raw() argument 324 __intel_runtime_pm_put(rpm, wref, false); in intel_runtime_pm_put_raw() 354 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() argument 356 __intel_runtime_pm_put(rpm, wref, true); in intel_runtime_pm_put()
|
| A D | intel_runtime_pm.h | 209 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref); 212 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() argument 217 void intel_runtime_pm_put_raw(struct intel_runtime_pm *rpm, intel_wakeref_t wref);
|
Completed in 7 milliseconds