Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_wakeup.h54 struct wakeup_source { struct
92 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name); argument
93 extern struct wakeup_source *wakeup_source_create(const char *name);
94 extern void wakeup_source_drop(struct wakeup_source *ws);
95 extern void wakeup_source_destroy(struct wakeup_source *ws);
96 extern void wakeup_source_add(struct wakeup_source *ws);
97 extern void wakeup_source_remove(struct wakeup_source *ws);
98 extern struct wakeup_source *wakeup_source_register(const char *name);
99 extern void wakeup_source_unregister(struct wakeup_source *ws);
105 extern void __pm_stay_awake(struct wakeup_source *ws);
[all …]
Drotary_encoder.h14 bool wakeup_source; member
Dpm.h543 struct wakeup_source;
573 struct wakeup_source *wakeup;
/linux-4.4.14/drivers/base/power/
Dwakeup.c63 static struct wakeup_source deleted_ws = {
76 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare()
89 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create()
91 struct wakeup_source *ws; in wakeup_source_create()
109 void wakeup_source_drop(struct wakeup_source *ws) in wakeup_source_drop()
122 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
153 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
169 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
191 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
209 struct wakeup_source *wakeup_source_register(const char *name) in wakeup_source_register()
[all …]
/linux-4.4.14/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.4.14/include/trace/events/
Dpower.h195 DECLARE_EVENT_CLASS(wakeup_source,
215 DEFINE_EVENT(wakeup_source, wakeup_source_activate,
222 DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
/linux-4.4.14/kernel/power/
Dautosleep.c24 static struct wakeup_source *autosleep_ws;
Dwakelock.c29 struct wakeup_source ws;
/linux-4.4.14/drivers/input/misc/
Drotary_encoder.c248 pdata->wakeup_source = of_property_read_bool(np, "wakeup-source"); in rotary_encoder_parse_dt()
360 device_init_wakeup(&pdev->dev, pdata->wakeup_source); in rotary_encoder_probe()
/linux-4.4.14/Documentation/input/
Drotary-encoder.txt116 .wakeup_source = false,
/linux-4.4.14/include/acpi/
Dacpi_bus.h330 struct wakeup_source *ws;
/linux-4.4.14/kernel/time/
Dalarmtimer.c48 static struct wakeup_source *ws;
/linux-4.4.14/Documentation/power/
Ddevices.txt161 struct wakeup_source used for controlling whether or not the device should use