Searched refs:wakeup_source_prepare (Results 1 – 2 of 2) sorted by relevance
92 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() function194 wakeup_source_prepare(ws, name); in wakeup_source_init()
76 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare() function83 EXPORT_SYMBOL_GPL(wakeup_source_prepare);97 wakeup_source_prepare(ws, name ? kstrdup_const(name, GFP_KERNEL) : NULL); in wakeup_source_create()