Searched refs:ws_name (Results 1 – 2 of 2) sorted by relevance
1464 char ws_name[64]; in ep_create_wakeup_source() local1466 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()
91 const char *ws_name; in wakeup_source_create() local98 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()