Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/dm/
Droot.h83 int dm_scan_other(bool pre_reloc_only);
/third_party/uboot/u-boot-2020.01/drivers/core/
Droot.c358 __weak int dm_scan_other(bool pre_reloc_only) in dm_scan_other() function
386 ret = dm_scan_other(pre_reloc_only); in dm_init_and_scan()