HomeSort by: relevance | last modified time | path
    Searched defs:intel_runtime_pm_put (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.h 187 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
191 intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
195 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref);
198 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) function in typeref:typename:void
intel_runtime_pm.c 414 * call to intel_runtime_pm_put() to release the reference again.
416 * Returns: the wakeref cookie to pass to intel_runtime_pm_put()
432 * call to intel_runtime_pm_put() to release the reference again.
434 * Returns: the wakeref cookie to pass to intel_runtime_pm_put(), evaluates
470 * call to intel_runtime_pm_put() to release the reference again.
472 * Returns: the wakeref cookie to pass to intel_runtime_pm_put()
523 * intel_runtime_pm_put() instead.
532 * intel_runtime_pm_put - release a runtime pm reference
540 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) function in typeref:typename:void

Completed in 14 milliseconds