Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm_wakeup.h88 extern void wakeup_source_remove(struct wakeup_source *ws);
129 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() function
191 wakeup_source_remove(ws); in wakeup_source_trash()
/linux-4.1.27/drivers/base/power/
Dwakeup.c153 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() function
165 EXPORT_SYMBOL_GPL(wakeup_source_remove);
190 wakeup_source_remove(ws); in wakeup_source_unregister()
/linux-4.1.27/kernel/power/
Dwakelock.c121 wakeup_source_remove(&wl->ws); in wakelocks_gc()