Searched refs:linked_list (Results 1 – 1 of 1) sorted by relevance
277 lv_ll_t * linked_list = &spans->child_ll; in lv_spangroup_get_child() local281 lv_ll_node_t * cur_node = linked_list->head; in lv_spangroup_get_child()286 cur_node = linked_list->tail; in lv_spangroup_get_child()294 cur_node = (lv_ll_node_t *) lv_ll_get_next(linked_list, cur_node); in lv_spangroup_get_child()298 cur_node = (lv_ll_node_t *) lv_ll_get_prev(linked_list, cur_node); in lv_spangroup_get_child()