Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/power/
H A 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()
/kernel/linux/linux-6.6/drivers/base/power/
H A 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()

Completed in 6 milliseconds