Home
last modified time | relevance | path

Searched refs:wakeup_source (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
Dpm_wakeup.h46 struct wakeup_source { struct
83 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name); argument
84 extern struct wakeup_source *wakeup_source_create(const char *name);
85 extern void wakeup_source_drop(struct wakeup_source *ws);
86 extern void wakeup_source_destroy(struct wakeup_source *ws);
87 extern void wakeup_source_add(struct wakeup_source *ws);
88 extern void wakeup_source_remove(struct wakeup_source *ws);
89 extern struct wakeup_source *wakeup_source_register(const char *name);
90 extern void wakeup_source_unregister(struct wakeup_source *ws);
96 extern void __pm_stay_awake(struct wakeup_source *ws);
[all …]
Dpm.h531 struct wakeup_source;
560 struct wakeup_source *wakeup;
/linux-4.1.27/drivers/base/power/
Dwakeup.c67 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare()
80 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create()
82 struct wakeup_source *ws; in wakeup_source_create()
100 void wakeup_source_drop(struct wakeup_source *ws) in wakeup_source_drop()
116 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
131 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
153 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
171 struct wakeup_source *wakeup_source_register(const char *name) in wakeup_source_register()
173 struct wakeup_source *ws; in wakeup_source_register()
187 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister()
[all …]
/linux-4.1.27/fs/
Deventpoll.c169 struct wakeup_source __rcu *ws;
212 struct wakeup_source *ws;
548 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source()
556 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake()
570 struct wakeup_source *ws; in ep_pm_stay_awake_rcu()
1227 struct wakeup_source *ws; in ep_create_wakeup_source()
1248 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source()
1474 struct wakeup_source *ws; in ep_send_events_proc()
/linux-4.1.27/include/trace/events/
Dpower.h186 DECLARE_EVENT_CLASS(wakeup_source,
206 DEFINE_EVENT(wakeup_source, wakeup_source_activate,
213 DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
/linux-4.1.27/kernel/power/
Dautosleep.c24 static struct wakeup_source *autosleep_ws;
Dwakelock.c28 struct wakeup_source ws;
/linux-4.1.27/include/acpi/
Dacpi_bus.h332 struct wakeup_source *ws;
/linux-4.1.27/kernel/time/
Dalarmtimer.c48 static struct wakeup_source *ws;
/linux-4.1.27/Documentation/power/
Ddevices.txt161 struct wakeup_source used for controlling whether or not the device should use