Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpm_wakeup.h79 extern void wakeup_source_remove(struct wakeup_source *ws);
115 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() function
/linux-2.6.39/drivers/base/power/
Dwakeup.c121 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() function
131 EXPORT_SYMBOL_GPL(wakeup_source_remove);
155 wakeup_source_remove(ws); in wakeup_source_unregister()