Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Droot.h83 int dm_scan_other(bool pre_reloc_only);
/openbmc/u-boot/drivers/core/
H A Droot.c384 __weak int dm_scan_other(bool pre_reloc_only) in dm_scan_other() function
412 ret = dm_scan_other(pre_reloc_only); in dm_init_and_scan()