Searched refs:bootdev_hunt_and_find_by_label (Results 1 – 3 of 3) sorted by relevance
| /u-boot/test/boot/ |
| A D | bootdev.c | 519 bootdev_hunt_and_find_by_label("fred", &dev, &mflags)); in bootdev_test_hunt_label() 527 bootdev_hunt_and_find_by_label("mmc4", &dev, &mflags)); in bootdev_test_hunt_label() 535 ut_assertok(bootdev_hunt_and_find_by_label("mmc1", &dev, &mflags)); in bootdev_test_hunt_label() 543 ut_assertok(bootdev_hunt_and_find_by_label("usb", &dev, &mflags)); in bootdev_test_hunt_label()
|
| /u-boot/include/ |
| A D | bootdev.h | 337 int bootdev_hunt_and_find_by_label(const char *label, struct udevice **devp,
|
| /u-boot/boot/ |
| A D | bootdev-uclass.c | 516 int bootdev_hunt_and_find_by_label(const char *label, struct udevice **devp, in bootdev_hunt_and_find_by_label() function 591 ret = bootdev_hunt_and_find_by_label(label, &dev, in bootdev_next_label()
|
Completed in 6 milliseconds