Searched defs:pre_reloc_only (Results 1 – 8 of 8) sorted by relevance
233 int dm_scan_plat(bool pre_reloc_only) in dm_scan_plat()271 bool pre_reloc_only) in dm_scan_fdt_node()307 int dm_scan_fdt(bool pre_reloc_only) in dm_scan_fdt()312 static int dm_scan_fdt_ofnode_path(const char *path, bool pre_reloc_only) in dm_scan_fdt_ofnode_path()321 int dm_extended_scan(bool pre_reloc_only) in dm_extended_scan()350 __weak int dm_scan_other(bool pre_reloc_only) in dm_scan_other()364 static int dm_probe_devices(struct udevice *dev, bool pre_reloc_only) in dm_probe_devices()398 static int dm_scan(bool pre_reloc_only) in dm_scan()423 int dm_init_and_scan(bool pre_reloc_only) in dm_init_and_scan()
54 static int bind_drivers_pass(struct udevice *parent, bool pre_reloc_only) in bind_drivers_pass()109 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only) in lists_bind_drivers()185 struct driver *drv, bool pre_reloc_only) in lists_bind_fdt()
256 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name()
127 int dm_scan_other(bool pre_reloc_only) in dm_scan_other()
310 int dm_scan_other(bool pre_reloc_only) in dm_scan_other()
234 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in socfpga_a10_clk_bind() local
112 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in pinconfig_post_bind() local
68 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in at91_clk_sub_device_bind() local
Completed in 13 milliseconds