Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/power/
Dwakeup.c83 const char *ws_name; in wakeup_source_create() local
90 ws_name = kstrdup_const(name, GFP_KERNEL); in wakeup_source_create()
91 if (!ws_name) in wakeup_source_create()
93 ws->name = ws_name; in wakeup_source_create()