Searched refs:wakeup_source (Results 1 – 10 of 10) sorted by relevance
46 struct wakeup_source { struct83 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name); argument84 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 …]
531 struct wakeup_source;560 struct wakeup_source *wakeup;
67 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 …]
169 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()
186 DECLARE_EVENT_CLASS(wakeup_source,206 DEFINE_EVENT(wakeup_source, wakeup_source_activate,213 DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
24 static struct wakeup_source *autosleep_ws;
28 struct wakeup_source ws;
332 struct wakeup_source *ws;
48 static struct wakeup_source *ws;
161 struct wakeup_source used for controlling whether or not the device should use