Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_wakeup.h97 extern void wakeup_source_remove(struct wakeup_source *ws);
138 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() function
200 wakeup_source_remove(ws); in wakeup_source_trash()
/linux-4.4.14/drivers/base/power/
Dwakeup.c191 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() function
203 EXPORT_SYMBOL_GPL(wakeup_source_remove);
228 wakeup_source_remove(ws); in wakeup_source_unregister()
/linux-4.4.14/kernel/power/
Dwakelock.c123 wakeup_source_remove(&wl->ws); in __wakelocks_gc()