Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dpm_wakeup.h94 extern void wakeup_source_destroy(struct wakeup_source *ws);
133 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy() function
/kernel/linux/linux-6.6/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) {} in wakeup_source_destroy() function
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c152 * wakeup_source_destroy - Destroy a struct wakeup_source object.
157 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy() function
166 EXPORT_SYMBOL_GPL(wakeup_source_destroy); variable
251 wakeup_source_destroy(ws); in wakeup_source_unregister()
/kernel/linux/linux-6.6/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) in wakeup_source_destroy() function
161 EXPORT_SYMBOL_GPL(wakeup_source_destroy); variable
246 wakeup_source_destroy(ws); in wakeup_source_unregister()

Completed in 8 milliseconds