Searched refs:wakeup_source_prepare (Results 1 – 2 of 2) sorted by relevance
83 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() function185 wakeup_source_prepare(ws, name); in wakeup_source_init()
67 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare() function74 EXPORT_SYMBOL_GPL(wakeup_source_prepare);88 wakeup_source_prepare(ws, name ? kstrdup(name, GFP_KERNEL) : NULL); in wakeup_source_create()