Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dwakeup.c77 * wakeup_source_create - Create a struct wakeup_source object.
80 static struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create() function
149 * Use only for wakeup source objects created with wakeup_source_create().
215 ws = wakeup_source_create(name); in wakeup_source_register()