Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c1464 char ws_name[64]; in ep_create_wakeup_source() local
1466 strlcpy(ws_name, "eventpoll", sizeof(ws_name)); in ep_create_wakeup_source()
1467 trace_android_vh_ep_create_wakeup_source(ws_name, sizeof(ws_name)); in ep_create_wakeup_source()
1469 epi->ep->ws = wakeup_source_register(NULL, ws_name); in ep_create_wakeup_source()
1475 strlcpy(ws_name, n.name.name, sizeof(ws_name)); in ep_create_wakeup_source()
1476 trace_android_vh_ep_create_wakeup_source(ws_name, sizeof(ws_name)); in ep_create_wakeup_source()
1477 ws = wakeup_source_register(NULL, ws_name); in ep_create_wakeup_source()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dwakeup.c91 const char *ws_name; in wakeup_source_create() local
98 ws_name = kstrdup_const(name, GFP_KERNEL); in wakeup_source_create()
99 if (!ws_name) in wakeup_source_create()
101 ws->name = ws_name; in wakeup_source_create()