Home
last modified time | relevance | path

Searched refs:wakelock (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/power/
A Dwakelock.c27 struct wakelock { struct
41 struct wakelock *wl; in pm_show_wakelocks() argument
48 wl = rb_entry(node, struct wakelock, node); in pm_show_wakelocks()
93 static inline void wakelocks_lru_add(struct wakelock *wl) in wakelocks_lru_add()
98 static inline void wakelocks_lru_most_recent(struct wakelock *wl) in wakelocks_lru_most_recent()
105 struct wakelock *wl, *aux; in __wakelocks_gc()
145 static inline void wakelocks_lru_add(struct wakelock *wl) {} in wakelocks_lru_add()
155 struct wakelock *wl; in wakelock_lookup_add()
161 wl = rb_entry(*node, struct wakelock, node); in wakelock_lookup_add()
209 struct wakelock *wl; in pm_wake_lock()
[all …]
A DMakefile16 obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o
/linux/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c324 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument
326 if (wakelock) { in intel_runtime_pm_acquire()
336 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument
338 if (wakelock) { in intel_runtime_pm_release()
349 bool wakelock) in __intel_runtime_pm_get() argument
360 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get()
486 bool wakelock) in __intel_runtime_pm_put() argument
492 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
A Di915_gpu_error.h172 bool wakelock; member
A Di915_gpu_error.c831 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock)); in __err_print_to_sgl()
1750 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()

Completed in 13 milliseconds