Home
last modified time | relevance | path

Searched refs:lists_bind_drivers (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dlists.h45 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only);
/openbmc/u-boot/drivers/core/
H A Dlists.c51 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only) in lists_bind_drivers() function
H A Droot.c208 ret = lists_bind_drivers(DM_ROOT_NON_CONST, pre_reloc_only); in dm_scan_platdata()