Searched refs:wakelock (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/power/ |
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() 143 static inline void wakelocks_lru_most_recent(struct wakelock *wl) {} in wakelocks_lru_most_recent() 147 static struct wakelock *wakelock_lookup_add(const char *name, size_t len, in wakelock_lookup_add() 152 struct wakelock *wl; in wakelock_lookup_add() [all …]
|
D | Makefile | 16 obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 334 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument 336 if (wakelock) { in intel_runtime_pm_acquire() 346 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument 348 if (wakelock) { in intel_runtime_pm_release() 359 bool wakelock) in __intel_runtime_pm_get() argument 370 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get() 496 bool wakelock) in __intel_runtime_pm_put() argument 502 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
|
D | i915_gpu_error.h | 172 bool wakelock; member
|
D | i915_gpu_error.c | 810 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock)); in __err_print_to_sgl() 1723 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 762 @@ -17,4 +29,5 @@ obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o
|
D | drivers.patch | 46876 +#include <linux/wakelock.h> 47064 + struct wake_lock wakelock; 47799 + wake_lock(&rport->wakelock); 47820 + wake_lock(&rport->wakelock); 47872 + wake_unlock(&rport->wakelock); 47882 + wake_unlock(&rport->wakelock); 48654 + wake_lock_init(&rport->wakelock, WAKE_LOCK_SUSPEND, "rockchip_otg"); 48685 + wake_lock_destroy(&rport->wakelock); 51109 +#include <linux/wakelock.h> 51215 + struct wake_lock wakelock; [all …]
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 28107 + * wakelock after 500 ms.
|