Searched refs:bflowp (Results 1 – 5 of 5) sorted by relevance
| /u-boot/include/ |
| A D | bootflow.h | 316 int bootflow_first_glob(struct bootflow **bflowp); 328 int bootflow_next_glob(struct bootflow **bflowp); 441 struct bootflow **bflowp);
|
| A D | bootdev.h | 221 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp); 232 int bootdev_next_bootflow(struct bootflow **bflowp);
|
| /u-boot/boot/ |
| A D | bootflow.c | 48 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 D | bootflow_menu.c | 170 struct bootflow **bflowp) in bootflow_menu_run() argument 183 *bflowp = NULL; in bootflow_menu_run() 281 *bflowp = sel_bflow; in bootflow_menu_run()
|
| A D | bootdev-uclass.c | 62 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 13 milliseconds