Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_wakeup.h92 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name);
124 static inline void wakeup_source_prepare(struct wakeup_source *ws, in wakeup_source_prepare() function
194 wakeup_source_prepare(ws, name); in wakeup_source_init()
/linux-4.4.14/drivers/base/power/
Dwakeup.c76 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare() function
83 EXPORT_SYMBOL_GPL(wakeup_source_prepare);
97 wakeup_source_prepare(ws, name ? kstrdup_const(name, GFP_KERNEL) : NULL); in wakeup_source_create()