Searched refs:UCLASS_BOOTMETH (Results 1 – 15 of 15) sorted by relevance
| /u-boot/boot/ |
| A D | vbe.c | 42 uclass_find_first_device(UCLASS_BOOTMETH, devp); in vbe_find_first_device() 100 ret = uclass_get_device_by_name(UCLASS_BOOTMETH, name, &dev); in vbe_find_by_any() 109 ret = uclass_get_device_by_seq(UCLASS_BOOTMETH, seq, &dev); in vbe_find_by_any()
|
| A D | bootmeth-uclass.c | 109 uclass_id_count(UCLASS_BOOTMETH); in bootmeth_setup_iter_order() 166 ret = uclass_get_device_by_seq(UCLASS_BOOTMETH, in bootmeth_setup_iter_order() 213 count = uclass_id_count(UCLASS_BOOTMETH); in bootmeth_set_order() 226 ret = uclass_find_device_by_namelen(UCLASS_BOOTMETH, s, len, in bootmeth_set_order() 449 .id = UCLASS_BOOTMETH,
|
| A D | bootstd-uclass.c | 148 uclass_find_first_device(UCLASS_BOOTMETH, &dev); in dm_scan_other() 153 if (drv->id == UCLASS_BOOTMETH) { in dm_scan_other()
|
| A D | bootmeth_sandbox.c | 65 .id = UCLASS_BOOTMETH,
|
| A D | bootmeth_efi_mgr.c | 102 .id = UCLASS_BOOTMETH,
|
| A D | bootmeth_qfw.c | 98 .id = UCLASS_BOOTMETH,
|
| A D | bootmeth_extlinux.c | 189 .id = UCLASS_BOOTMETH,
|
| A D | bootmeth_pxe.c | 186 .id = UCLASS_BOOTMETH,
|
| A D | bootmeth_script.c | 245 .id = UCLASS_BOOTMETH,
|
| A D | vbe_simple.c | 225 .id = UCLASS_BOOTMETH,
|
| A D | bootmeth_efi.c | 447 .id = UCLASS_BOOTMETH,
|
| /u-boot/cmd/ |
| A D | bootmeth.c | 51 ret = uclass_find_first_device(UCLASS_BOOTMETH, &dev); in do_bootmeth_list()
|
| /u-boot/include/dm/ |
| A D | uclass-id.h | 43 UCLASS_BOOTMETH, /* Bootmethod for booting an OS */ enumerator
|
| /u-boot/test/boot/ |
| A D | bootmeth.c | 166 ut_assertok(uclass_first_device_err(UCLASS_BOOTMETH, &dev)); in bootmeth_state()
|
| A D | bootdev.c | 452 uclass_first_device(UCLASS_BOOTMETH, &bflow.method); in bootdev_test_bootable() 572 uclass_first_device(UCLASS_BOOTMETH, &bflow.method); in bootdev_test_next_label() 651 uclass_first_device(UCLASS_BOOTMETH, &bflow.method); in bootdev_test_next_prio()
|
Completed in 25 milliseconds