Searched refs:wakelock (Results 1 – 3 of 3) sorted by relevance
334 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument336 if (wakelock) { in intel_runtime_pm_acquire()346 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument348 if (wakelock) { in intel_runtime_pm_release()359 bool wakelock) in __intel_runtime_pm_get() argument370 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get()496 bool wakelock) in __intel_runtime_pm_put() argument502 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
172 bool wakelock; member
810 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock)); in __err_print_to_sgl()1728 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()