Searched defs:pre_reloc_only (Results 1 – 6 of 6) sorted by relevance
184 int dm_scan_plat(bool pre_reloc_only) in dm_scan_plat()222 bool pre_reloc_only) in dm_scan_fdt_node()258 int dm_scan_fdt(bool pre_reloc_only) in dm_scan_fdt()263 static int dm_scan_fdt_ofnode_path(const char *path, bool pre_reloc_only) in dm_scan_fdt_ofnode_path()272 int dm_extended_scan(bool pre_reloc_only) in dm_extended_scan()301 __weak int dm_scan_other(bool pre_reloc_only) in dm_scan_other()316 static int dm_scan(bool pre_reloc_only) in dm_scan()341 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 bool pre_reloc_only) in lists_bind_fdt()
249 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name()
234 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in socfpga_a10_clk_bind() local
111 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 19 milliseconds