Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dwakeup.c291 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_start() local
293 return list_entry_rcu(ws_head->next, struct wakeup_source, entry); in wakeup_sources_walk_start()
306 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_next() local
308 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()