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

/linux-master/include/linux/
H A Dpm_wakeup.h99 extern void wakeup_source_destroy(struct wakeup_source *ws);
137 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} function
/linux-master/drivers/base/power/
H A Dwakeup.c147 * wakeup_source_destroy - Destroy a struct wakeup_source object.
152 void wakeup_source_destroy(struct wakeup_source *ws) function
161 EXPORT_SYMBOL_GPL(wakeup_source_destroy); variable
246 wakeup_source_destroy(ws);

Completed in 120 milliseconds