Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpm_wakeup.h76 extern struct wakeup_source *wakeup_source_create(const char *name);
106 static inline struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create() function
/linux-2.6.39/drivers/base/power/
Dwakeup.c58 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create() function
72 EXPORT_SYMBOL_GPL(wakeup_source_create);
141 ws = wakeup_source_create(name); in wakeup_source_register()