Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpm_wakeup.h100 extern void wakeup_source_destroy(struct wakeup_source *ws);
139 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy() function
/Linux-v4.19/drivers/base/power/
Dwakeup.c160 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy() function
170 EXPORT_SYMBOL_GPL(wakeup_source_destroy);
235 wakeup_source_destroy(ws); in wakeup_source_unregister()