Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_wakeup.h96 extern void wakeup_source_add(struct wakeup_source *ws);
136 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add() function
195 wakeup_source_add(ws); in wakeup_source_init()
/linux-4.4.14/drivers/base/power/
Dwakeup.c169 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add() function
185 EXPORT_SYMBOL_GPL(wakeup_source_add);
215 wakeup_source_add(ws); in wakeup_source_register()
/linux-4.4.14/kernel/power/
Dwakelock.c190 wakeup_source_add(&wl->ws); in wakelock_lookup_add()