Home
last modified time | relevance | path

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

/u-boot/boot/
A Dbootdev-uclass.c56 list_add_tail(&new->bm_node, &ucp->bootflow_head); in bootdev_add_bootflow()
66 if (list_empty(&ucp->bootflow_head)) in bootdev_first_bootflow()
69 *bflowp = list_first_entry(&ucp->bootflow_head, struct bootflow, in bootdev_first_bootflow()
82 if (list_is_last(&bflow->bm_node, &ucp->bootflow_head)) in bootdev_next_bootflow()
571 while (!list_empty(&ucp->bootflow_head)) { in bootdev_clear_bootflows()
574 bflow = list_first_entry(&ucp->bootflow_head, struct bootflow, in bootdev_clear_bootflows()
876 INIT_LIST_HEAD(&ucp->bootflow_head); in bootdev_post_bind()
/u-boot/include/
A Dbootdev.h115 struct list_head bootflow_head; member

Completed in 8 milliseconds