Searched refs:wakeup_source_add (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dpm_wakeup.h96 extern void wakeup_source_add(struct wakeup_source *ws);
136 static inline void wakeup_source_add(struct wakeup_source *ws) {} wakeup_source_add() function
195 wakeup_source_add(ws); wakeup_source_init()
/linux-4.4.14/kernel/power/
H A Dwakelock.c190 wakeup_source_add(&wl->ws); wakelock_lookup_add()
/linux-4.4.14/drivers/base/power/
H A Dwakeup.c166 * wakeup_source_add - Add given object to the list of wakeup sources.
169 void wakeup_source_add(struct wakeup_source *ws) wakeup_source_add() function
185 EXPORT_SYMBOL_GPL(wakeup_source_add); variable
215 wakeup_source_add(ws); wakeup_source_register()
480 * by wakeup_source_add. wakeup_source_not_registered()

Completed in 105 milliseconds