Searched refs:bootdev_get_bootflow (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | bootdev.h | 152 int bootdev_get_bootflow(struct udevice *dev, struct bootflow_iter *iter,
|
| /u-boot/boot/ |
| A D | bootflow.c | 314 ret = bootdev_get_bootflow(dev, iter, bflow); in bootflow_check()
|
| A D | bootdev-uclass.c | 554 int bootdev_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, in bootdev_get_bootflow() function
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 174 int bootdev_get_bootflow(struct udevice *dev, struct bootflow_iter *iter, 643 method `bootdev_get_bootflow()` to ask the bootdev to return a bootflow. It 649 `bootdev_get_bootflow()`. 663 `bootdev_get_bootflow()` ends up in `default_get_bootflow()`. It locates the 693 `bootdev_get_bootflow()`, then to `bootflow_check()` and finally to its caller,
|
Completed in 10 milliseconds