Home
last modified time | relevance | path

Searched refs:bflowp (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Dbootflow.h316 int bootflow_first_glob(struct bootflow **bflowp);
328 int bootflow_next_glob(struct bootflow **bflowp);
441 struct bootflow **bflowp);
A Dbootdev.h221 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp);
232 int bootdev_next_bootflow(struct bootflow **bflowp);
/u-boot/boot/
A Dbootflow.c48 int bootflow_first_glob(struct bootflow **bflowp) in bootflow_first_glob() argument
60 *bflowp = list_first_entry(&std->glob_head, struct bootflow, in bootflow_first_glob()
66 int bootflow_next_glob(struct bootflow **bflowp) in bootflow_next_glob() argument
69 struct bootflow *bflow = *bflowp; in bootflow_next_glob()
76 *bflowp = NULL; in bootflow_next_glob()
81 *bflowp = list_entry(bflow->glob_node.next, struct bootflow, glob_node); in bootflow_next_glob()
A Dbootflow_menu.c170 struct bootflow **bflowp) in bootflow_menu_run() argument
183 *bflowp = NULL; in bootflow_menu_run()
281 *bflowp = sel_bflow; in bootflow_menu_run()
A Dbootdev-uclass.c62 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp) in bootdev_first_bootflow() argument
69 *bflowp = list_first_entry(&ucp->bootflow_head, struct bootflow, in bootdev_first_bootflow()
75 int bootdev_next_bootflow(struct bootflow **bflowp) in bootdev_next_bootflow() argument
77 struct bootflow *bflow = *bflowp; in bootdev_next_bootflow()
80 *bflowp = NULL; in bootdev_next_bootflow()
85 *bflowp = list_entry(bflow->bm_node.next, struct bootflow, bm_node); in bootdev_next_bootflow()

Completed in 9 milliseconds