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

/linux-master/kernel/power/
H A Dwakelock.c3 * kernel/power/wakelock.c
27 struct wakelock { struct
41 struct wakelock *wl;
47 wl = rb_entry(node, struct wakelock, node);
90 static inline void wakelocks_lru_add(struct wakelock *wl)
95 static inline void wakelocks_lru_most_recent(struct wakelock *wl)
102 struct wakelock *wl, *aux;
142 static inline void wakelocks_lru_add(struct wakelock *wl) {}
143 static inline void wakelocks_lru_most_recent(struct wakelock *wl) {}
147 static struct wakelock *wakelock_lookup_ad
[all...]
H A DMakefile20 obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o
/linux-master/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c139 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) argument
141 if (wakelock) {
151 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) argument
153 if (wakelock) {
164 bool wakelock)
173 intel_runtime_pm_acquire(rpm, wakelock);
187 * up. Raw references are not considered during wakelock assert checks.
302 bool wakelock)
308 intel_runtime_pm_release(rpm, wakelock);
163 __intel_runtime_pm_get(struct intel_runtime_pm *rpm, bool wakelock) argument
300 __intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref, bool wakelock) argument
H A Di915_gpu_error.h207 bool wakelock; member in struct:i915_gpu_coredump
H A Di915_gpu_error.c877 err_printf(m, "RPM wakelock: %s\n", str_yes_no(error->wakelock));
1986 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count);

Completed in 99 milliseconds