Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/power/
Dwakeup.c88 const char *ws_name; in wakeup_source_create() local
95 ws_name = kstrdup_const(name, GFP_KERNEL); in wakeup_source_create()
96 if (!ws_name) in wakeup_source_create()
98 ws->name = ws_name; in wakeup_source_create()