Home
last modified time | relevance | path

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

/u-boot/boot/
A Dscene.c42 INIT_LIST_HEAD(&scn->obj_head); in scene_new()
64 list_for_each_entry_safe(obj, next, &scn->obj_head, sibling) in scene_destroy()
87 list_for_each_entry(obj, &scn->obj_head, sibling) in scene_obj_count()
97 list_for_each_entry(obj, &scn->obj_head, sibling) { in scene_obj_find()
123 list_add_tail(&obj->sibling, &scn->obj_head); in scene_obj_add()
360 list_for_each_entry(obj, &scn->obj_head, sibling) { in scene_arrange()
380 list_for_each_entry(obj, &scn->obj_head, sibling) { in scene_render()
396 list_for_each_entry(obj, &scn->obj_head, sibling) { in scene_send_key()
/u-boot/include/
A Dexpo.h105 struct list_head obj_head; member

Completed in 6 milliseconds