Searched refs:bootflow_iter (Results 1 – 3 of 3) sorted by relevance
| /include/ |
| A D | bootflow.h | 262 struct bootflow_iter { struct 304 void bootflow_iter_init(struct bootflow_iter *iter, int flags); argument 311 void bootflow_iter_uninit(struct bootflow_iter *iter); 322 int bootflow_iter_drop_bootmeth(struct bootflow_iter *iter, 343 struct bootflow_iter *iter, int flags, 420 int bootflow_run_boot(struct bootflow_iter *iter, struct bootflow *bflow); 449 int bootflow_iter_check_blk(const struct bootflow_iter *iter); 458 int bootflow_iter_check_mmc(const struct bootflow_iter *iter); 467 int bootflow_iter_check_sf(const struct bootflow_iter *iter); 477 int bootflow_iter_check_net(const struct bootflow_iter *iter); [all …]
|
| A D | bootdev.h | 14 struct bootflow_iter; 135 int (*get_bootflow)(struct udevice *dev, struct bootflow_iter *iter, 151 int bootdev_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, 177 struct bootflow_iter *iter, struct bootflow *bflow); 259 int bootdev_setup_iter(struct bootflow_iter *iter, const char *label, 336 int bootdev_next_label(struct bootflow_iter *iter, struct udevice **devp, 351 int bootdev_next_prio(struct bootflow_iter *iter, struct udevice **devp);
|
| A D | bootmeth.h | 82 int (*check)(struct udevice *dev, struct bootflow_iter *iter); 211 int bootmeth_check(struct udevice *dev, struct bootflow_iter *iter); 297 int bootmeth_setup_iter_order(struct bootflow_iter *iter, bool include_global);
|
Completed in 11 milliseconds