Searched refs:bootdev_next_prio (Results 1 – 4 of 4) sorted by relevance
| /u-boot/test/boot/ |
| A D | bootdev.c | 657 ut_assertok(bootdev_next_prio(&iter, &dev)); in bootdev_test_next_prio() 670 ut_assertok(bootdev_next_prio(&iter, &dev)); in bootdev_test_next_prio() 679 ut_assertok(bootdev_next_prio(&iter, &dev)); in bootdev_test_next_prio() 682 ut_assertok(bootdev_next_prio(&iter, &dev)); in bootdev_test_next_prio() 686 ut_assertok(bootdev_next_prio(&iter, &dev)); in bootdev_test_next_prio() 697 ut_assertok(bootdev_next_prio(&iter, &dev)); in bootdev_test_next_prio() 704 ret = bootdev_next_prio(&iter, &dev); in bootdev_test_next_prio()
|
| /u-boot/include/ |
| A D | bootdev.h | 368 int bootdev_next_prio(struct bootflow_iter *iter, struct udevice **devp);
|
| /u-boot/boot/ |
| A D | bootdev-uclass.c | 618 int bootdev_next_prio(struct bootflow_iter *iter, struct udevice **devp) in bootdev_next_prio() function 734 ret = bootdev_next_prio(iter, &dev); in bootdev_setup_iter()
|
| A D | bootflow.c | 264 ret = bootdev_next_prio(iter, &dev); in iter_incr()
|
Completed in 20 milliseconds