Home
last modified time | relevance | path

Searched refs:dm_scan_other (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/dm/
A Droot.h124 int dm_scan_other(bool pre_reloc_only);
/u-boot/boot/
A Dbootstd-uclass.c127 int dm_scan_other(bool pre_reloc_only) in dm_scan_other() function
/u-boot/drivers/core/
A Droot.c350 __weak int dm_scan_other(bool pre_reloc_only) in dm_scan_other() function
416 ret = dm_scan_other(pre_reloc_only); in dm_scan()
/u-boot/lib/efi/
A Defi_app.c310 int dm_scan_other(bool pre_reloc_only) in dm_scan_other() function
/u-boot/test/
A Dtest-main.c321 ut_assertok(dm_scan_other(false)); in test_pre_run()
/u-boot/doc/develop/
A Dbootstd.rst347 but it is not necessary. The bootstd uclass includes a `dm_scan_other()`

Completed in 13 milliseconds