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

/linux-master/include/linux/
H A Dpm_wakeup.h101 extern void wakeup_source_remove(struct wakeup_source *ws);
141 static inline void wakeup_source_remove(struct wakeup_source *ws) {} function
/linux-master/drivers/base/power/
H A Dwakeup.c185 * wakeup_source_remove - Remove given object from the wakeup sources list.
188 void wakeup_source_remove(struct wakeup_source *ws) function
207 EXPORT_SYMBOL_GPL(wakeup_source_remove); variable
242 wakeup_source_remove(ws);

Completed in 177 milliseconds