Searched refs:wakeup_source_create (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dpm_wakeup.h93 extern struct wakeup_source *wakeup_source_create(const char *name);
127 static inline struct wakeup_source *wakeup_source_create(const char *name) wakeup_source_create() function
/linux-4.4.14/drivers/base/power/
H A Dwakeup.c86 * wakeup_source_create - Create a struct wakeup_source object.
89 struct wakeup_source *wakeup_source_create(const char *name) wakeup_source_create() function
100 EXPORT_SYMBOL_GPL(wakeup_source_create); variable
151 * Use only for wakeup source objects created with wakeup_source_create().
213 ws = wakeup_source_create(name); wakeup_source_register()

Completed in 84 milliseconds