Searched refs:glob_head (Results 1 - 4 of 4) sorted by last modified time

/u-boot/include/
H A Dbootstd.h33 * @glob_head: Head for the global list of all bootflows across all bootdevs
47 struct list_head glob_head; member in struct:bootstd_priv
/u-boot/boot/
H A Dbootstd-uclass.c45 while (!list_empty(&priv->glob_head)) {
48 bflow = list_first_entry(&priv->glob_head, struct bootflow,
120 INIT_LIST_HEAD(&std->glob_head);
H A Dbootdev-uclass.c50 list_add_tail(&new->glob_node, &std->glob_head);
H A Dbootflow.c58 if (list_empty(&std->glob_head))
61 *bflowp = list_first_entry(&std->glob_head, struct bootflow,
79 if (list_is_last(&bflow->glob_node, &std->glob_head))

Completed in 106 milliseconds