Searched refs:bootdev_find_by_label (Results 1 – 3 of 3) sorted by relevance
| /boot/ |
| A D | vbe_simple_fw.c | 110 ret = bootdev_find_by_label(priv->storage, &bdev, NULL); in simple_load_from_image()
|
| A D | bootdev-uclass.c | 422 int bootdev_find_by_label(const char *label, struct udevice **devp, in bootdev_find_by_label() function 495 ret = bootdev_find_by_label(name, &dev, &method_flags); in bootdev_find_by_any() 532 ret = bootdev_find_by_label(label, devp, method_flagsp); in bootdev_hunt_and_find_by_label()
|
| A D | vbe_abrec_fw.c | 222 ret = bootdev_find_by_label(priv->storage, &bdev, NULL); in abrec_load_from_image()
|
Completed in 9 milliseconds