Searched refs:pre_reloc_only (Results 1 – 11 of 11) sorted by relevance
| /u-boot/include/dm/ |
| A D | root.h | 85 int dm_scan_plat(bool pre_reloc_only); 97 int dm_scan_fdt(bool pre_reloc_only); 110 int dm_extended_scan(bool pre_reloc_only); 124 int dm_scan_other(bool pre_reloc_only); 137 int dm_init_and_scan(bool pre_reloc_only);
|
| A D | lists.h | 46 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only); 65 struct driver *drv, bool pre_reloc_only);
|
| A D | device-internal.h | 156 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only,
|
| /u-boot/drivers/core/ |
| A D | root.c | 233 int dm_scan_plat(bool pre_reloc_only) in dm_scan_plat() argument 271 bool pre_reloc_only) in dm_scan_fdt_node() argument 307 int dm_scan_fdt(bool pre_reloc_only) in dm_scan_fdt() argument 321 int dm_extended_scan(bool pre_reloc_only) in dm_extended_scan() argument 330 ret = dm_scan_fdt(pre_reloc_only); in dm_extended_scan() 370 if (pre_reloc_only && in dm_probe_devices() 398 static int dm_scan(bool pre_reloc_only) in dm_scan() argument 402 ret = dm_scan_plat(pre_reloc_only); in dm_scan() 409 ret = dm_extended_scan(pre_reloc_only); in dm_scan() 416 ret = dm_scan_other(pre_reloc_only); in dm_scan() [all …]
|
| A D | lists.c | 54 static int bind_drivers_pass(struct udevice *parent, bool pre_reloc_only) in bind_drivers_pass() argument 95 ret = device_bind_by_name(par, pre_reloc_only, entry, &dev); in bind_drivers_pass() 109 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only) in lists_bind_drivers() argument 122 ret = bind_drivers_pass(parent, pre_reloc_only); in lists_bind_drivers() 185 struct driver *drv, bool pre_reloc_only) in lists_bind_fdt() argument 241 if (pre_reloc_only) { in lists_bind_fdt()
|
| A D | device.c | 256 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() argument 266 if (pre_reloc_only && !(drv->flags & DM_FLAG_PRE_RELOC)) in device_bind_by_name()
|
| /u-boot/drivers/pinctrl/ |
| A D | pinctrl-uclass.c | 112 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in pinconfig_post_bind() local 121 if (pre_reloc_only && in pinconfig_post_bind()
|
| /u-boot/drivers/clk/altera/ |
| A D | clk-arria10.c | 234 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in socfpga_a10_clk_bind() local 262 if (pre_reloc_only && in socfpga_a10_clk_bind()
|
| /u-boot/boot/ |
| A D | bootstd-uclass.c | 127 int dm_scan_other(bool pre_reloc_only) in dm_scan_other() argument
|
| /u-boot/lib/efi/ |
| A D | efi_app.c | 310 int dm_scan_other(bool pre_reloc_only) in dm_scan_other() argument
|
| /u-boot/drivers/clk/at91/ |
| A D | compat.c | 68 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in at91_clk_sub_device_bind() local 75 if (pre_reloc_only && in at91_clk_sub_device_bind()
|
Completed in 29 milliseconds