Home
last modified time | relevance | path

Searched refs:pre_reloc_only (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Droot.c204 int dm_scan_platdata(bool pre_reloc_only) in dm_scan_platdata() argument
208 ret = lists_bind_drivers(DM_ROOT_NON_CONST, pre_reloc_only); in dm_scan_platdata()
220 bool pre_reloc_only) in dm_scan_fdt_live() argument
226 if (pre_reloc_only && in dm_scan_fdt_live()
241 if (!pre_reloc_only && !strcmp(np->name, "firmware")) in dm_scan_fdt_live()
268 int offset, bool pre_reloc_only) in dm_scan_fdt_node() argument
275 if (pre_reloc_only && in dm_scan_fdt_node()
321 int dm_scan_fdt(const void *blob, bool pre_reloc_only) in dm_scan_fdt() argument
326 pre_reloc_only); in dm_scan_fdt()
329 return dm_scan_fdt_node(gd->dm_root, blob, 0, pre_reloc_only); in dm_scan_fdt()
[all …]
H A Dlists.c52 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only) in lists_bind_drivers() argument
63 ret = device_bind_by_name(parent, pre_reloc_only, entry, &dev); in lists_bind_drivers()
H A Ddevice.c340 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() argument
349 if (pre_reloc_only && !(drv->flags & DM_FLAG_PRE_RELOC)) in device_bind_by_name()
/OK3568_Linux_fs/u-boot/include/dm/
H A Droot.h43 int dm_scan_platdata(bool pre_reloc_only);
56 int dm_scan_fdt(const void *blob, bool pre_reloc_only);
70 int dm_extended_scan_fdt(const void *blob, bool pre_reloc_only);
83 int dm_scan_other(bool pre_reloc_only);
96 int dm_init_and_scan(bool pre_reloc_only);
H A Dlists.h46 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only);
H A Ddevice-internal.h80 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only,
/OK3568_Linux_fs/u-boot/drivers/clk/at91/
H A Dpmc.c57 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in at91_clk_sub_device_bind() local
64 if (pre_reloc_only && in at91_clk_sub_device_bind()
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c115 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in pinconfig_post_bind() local
121 if (pre_reloc_only && in pinconfig_post_bind()