Searched refs:wakelock (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/power/ |
| A D | wakelock.c | 27 struct wakelock { struct 41 struct wakelock *wl; in pm_show_wakelocks() argument 47 wl = rb_entry(node, struct wakelock, node); in pm_show_wakelocks() 90 static inline void wakelocks_lru_add(struct wakelock *wl) in wakelocks_lru_add() 95 static inline void wakelocks_lru_most_recent(struct wakelock *wl) in wakelocks_lru_most_recent() 102 struct wakelock *wl, *aux; in __wakelocks_gc() 142 static inline void wakelocks_lru_add(struct wakelock *wl) {} in wakelocks_lru_add() 152 struct wakelock *wl; in wakelock_lookup_add() 158 wl = rb_entry(*node, struct wakelock, node); in wakelock_lookup_add() 206 struct wakelock *wl; in pm_wake_lock() [all …]
|
| A D | Makefile | 20 obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o
|
| /linux/drivers/gpu/drm/i915/ |
| A D | intel_runtime_pm.c | 139 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument 141 if (wakelock) { in intel_runtime_pm_acquire() 151 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument 153 if (wakelock) { in intel_runtime_pm_release() 164 bool wakelock) in __intel_runtime_pm_get() argument 173 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get() 298 bool wakelock) in __intel_runtime_pm_put() argument 304 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
|
| A D | i915_gpu_error.h | 207 bool wakelock; member
|
| A D | i915_gpu_error.c | 880 err_printf(m, "RPM wakelock: %s\n", str_yes_no(error->wakelock)); in __err_print_to_sgl() 1988 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()
|
| /linux/Documentation/gpu/ |
| A D | i915.rst | 207 DMC wakelock support 211 :doc: DMC wakelock support
|
Completed in 17 milliseconds