Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm_wakeup.h87 extern void wakeup_source_add(struct wakeup_source *ws);
127 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add() function
186 wakeup_source_add(ws); in wakeup_source_init()
/linux-4.1.27/drivers/base/power/
Dwakeup.c131 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add() function
147 EXPORT_SYMBOL_GPL(wakeup_source_add);
177 wakeup_source_add(ws); in wakeup_source_register()
/linux-4.1.27/kernel/power/
Dwakelock.c178 wakeup_source_add(&wl->ws); in wakelock_lookup_add()