Searched refs:add_list_node (Results 1 - 9 of 9) sorted by relevance

/device/google/marlin/power/
H A Dlist.h38 struct list_node * add_list_node(struct list_node *head, void *data);
H A Dlist.c47 struct list_node *add_list_node(struct list_node *head, void *data) function
H A Dutils.c281 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {
/device/huawei/angler/power/
H A Dlist.h38 struct list_node * add_list_node(struct list_node *head, void *data);
H A Dlist.c47 struct list_node *add_list_node(struct list_node *head, void *data) function
H A Dutils.c243 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {
/device/lge/bullhead/power/
H A Dlist.h38 struct list_node * add_list_node(struct list_node *head, void *data);
H A Dlist.c47 struct list_node *add_list_node(struct list_node *head, void *data) function
H A Dutils.c238 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {

Completed in 79 milliseconds