Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm_wakeup.h83 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name);
115 static inline void wakeup_source_prepare(struct wakeup_source *ws, in wakeup_source_prepare() function
185 wakeup_source_prepare(ws, name); in wakeup_source_init()
/linux-4.1.27/drivers/base/power/
Dwakeup.c67 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare() function
74 EXPORT_SYMBOL_GPL(wakeup_source_prepare);
88 wakeup_source_prepare(ws, name ? kstrdup(name, GFP_KERNEL) : NULL); in wakeup_source_create()