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

/drivers/base/power/
H A Dwakeup.c78 * wakeup_source_create - Create a struct wakeup_source object.
81 struct wakeup_source *wakeup_source_create(const char *name) function
92 EXPORT_SYMBOL_GPL(wakeup_source_create); variable
115 * Use only for wakeup source objects created with wakeup_source_create().
176 ws = wakeup_source_create(name);

Completed in 31 milliseconds