Home
last modified time | relevance | path

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

/device/google/marlin/power/
Dutils.c62 static struct list_node active_hint_list_head; variable
254 struct list_node *found_node = find_node(&active_hint_list_head, in perform_hint_action()
273 if (!active_hint_list_head.compare) { in perform_hint_action()
274 active_hint_list_head.compare = in perform_hint_action()
276 active_hint_list_head.dump = (void (*)(void *))hint_dump; in perform_hint_action()
282 if (add_list_node(&active_hint_list_head, new_hint) == NULL) { in perform_hint_action()
312 found_node = find_node(&active_hint_list_head, in undo_hint_action()
330 remove_list_node(&active_hint_list_head, found_node); in undo_hint_action()